From fc6ca20944e4f5c025a9e025a833c8905c54cfc8 Mon Sep 17 00:00:00 2001 From: Nico Jensen Date: Tue, 1 Feb 2022 01:54:17 +0100 Subject: [PATCH] remove slash command: ping --- src/commands/ping.js | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 src/commands/ping.js 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