ajout de la fonctionnalité wordwar + modifs
This commit is contained in:
@ -1,6 +1,12 @@
|
||||
module.exports = {
|
||||
name: 'interactionCreate',
|
||||
async execute(interaction) {
|
||||
if(interaction.isButton()){
|
||||
console.log(interaction);
|
||||
interaction.reply({ content: `${interaction.user.tag} clicked me`, ephemeral : true });
|
||||
}
|
||||
|
||||
|
||||
if (!interaction.isCommand()) return;
|
||||
|
||||
const command = interaction.client.commands.get(interaction.commandName);
|
||||
|
Reference in New Issue
Block a user