From 93919fdaefec0b3e86950f62c0c1619ea226cc5f Mon Sep 17 00:00:00 2001 From: Louis Mazin Date: Tue, 1 Jul 2025 16:17:08 +0200 Subject: [PATCH] test --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index 1f55cfc..9d878a1 100644 --- a/index.js +++ b/index.js @@ -101,7 +101,6 @@ 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);