chore: 🎉 initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
const { SlashCommandBuilder } = require("discord.js");
|
||||
|
||||
module.exports = {
|
||||
data: new SlashCommandBuilder()
|
||||
.setName("ping")
|
||||
.setDescription("Répond avec Pong !"),
|
||||
|
||||
async execute(interaction) {
|
||||
await interaction.reply("🏓 Pong !");
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user