This commit is contained in:
Louis Mazin 2025-07-01 16:14:03 +02:00
parent 600593aead
commit 08d3af0832

View File

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