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);