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