From fede7cf8bc56afffda3e0ff62e16878ae2385383 Mon Sep 17 00:00:00 2001 From: Louis Mazin Date: Tue, 1 Jul 2025 15:30:06 +0200 Subject: [PATCH] test --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 28131e6..6f08e26 100644 --- a/index.js +++ b/index.js @@ -74,7 +74,7 @@ client.on(Events.InteractionCreate, async interaction => { }); client.on(Events.MessageReactionAdd, async (reaction, user) => { - + console.log('Réaction détectée:', reaction.emoji.name, 'par', user.username); // <- Ajout de ce log if (user.bot) return; if (reaction.emoji.name !== '❓') return;