diff --git a/src/commands/ping.js b/src/commands/ping.js deleted file mode 100644 index 2cd7dd9..0000000 --- a/src/commands/ping.js +++ /dev/null @@ -1,8 +0,0 @@ -const {SlashCommandBuilder} = require("@discordjs/builders") - -module.exports = { - data: new SlashCommandBuilder().setName("ping").setDescription("Pong!"), - async execute(interaction) { - interaction.reply("Pong!") - } -} \ No newline at end of file