From 08d3af083244069d507f2afd901b7bfede15d7c5 Mon Sep 17 00:00:00 2001 From: Louis Mazin Date: Tue, 1 Jul 2025 16:14:03 +0200 Subject: [PATCH] test --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 9d878a1..1f55cfc 100644 --- a/index.js +++ b/index.js @@ -101,6 +101,7 @@ client.on('messageReactionAdd', async (reaction, user) => { }); client.on(Events.InteractionCreate, async interaction => { + print("fuck") if (!interaction.isChatInputCommand()) return; const command = interaction.client.commands.get(interaction.commandName);