remove slash command: ping
This commit is contained in:
parent
dee7753d69
commit
fc6ca20944
@ -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…
Reference in New Issue
Block a user