remove slash command: ping

This commit is contained in:
Nico Jensen 2022-02-01 01:54:17 +01:00
parent dee7753d69
commit fc6ca20944

View File

@ -1,8 +0,0 @@
const {SlashCommandBuilder} = require("@discordjs/builders")
module.exports = {
data: new SlashCommandBuilder().setName("ping").setDescription("Pong!"),
async execute(interaction) {
interaction.reply("Pong!")
}
}