remove slash command: ping
This commit is contained in:
parent
dee7753d69
commit
fc6ca20944
1 changed files with 0 additions and 8 deletions
|
@ -1,8 +0,0 @@
|
|||
const {SlashCommandBuilder} = require("@discordjs/builders")
|
||||
|
||||
module.exports = {
|
||||
data: new SlashCommandBuilder().setName("ping").setDescription("Pong!"),
|
||||
async execute(interaction) {
|
||||
interaction.reply("Pong!")
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue