rearrange commands folder
This commit is contained in:
10
commands/bot/task.js
Normal file
10
commands/bot/task.js
Normal file
@@ -0,0 +1,10 @@
|
||||
const { SlashCommandBuilder } = require('discord.js');
|
||||
|
||||
module.exports = {
|
||||
data: new SlashCommandBuilder()
|
||||
.setName('task')
|
||||
.setDescription('Execute a task.'),
|
||||
async execute(interaction) {
|
||||
await interaction.reply('todo');
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user