Add Discord.js stuff
This commit is contained in:
10
commands/fetch/fetch.js
Normal file
10
commands/fetch/fetch.js
Normal file
@@ -0,0 +1,10 @@
|
||||
const { SlashCommandBuilder } = require('discord.js');
|
||||
|
||||
module.exports = {
|
||||
data: new SlashCommandBuilder()
|
||||
.setName('fetch')
|
||||
.setDescription('Fetch\'s All Youre Data\'s !! :3'),
|
||||
async execute(interaction) {
|
||||
await interaction.reply('fuck yoy');
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user