This commit is contained in:
Louis Mazin 2025-07-01 16:17:08 +02:00
parent 08d3af0832
commit 93919fdaef

View File

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