From 9c168b7574b116a6e6cd6aaecb86c56e939d3036 Mon Sep 17 00:00:00 2001 From: SiskelDev Date: Thu, 26 Jun 2025 22:27:37 +0200 Subject: [PATCH] Trying to log something --- bot.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bot.js b/bot.js index e0e3d43..500b172 100644 --- a/bot.js +++ b/bot.js @@ -241,6 +241,9 @@ client.on(Events.MessageReactionAdd, async (reaction, user, channel) => { client.on('interactionCreate', async (interaction) => { if (!interaction.isChatInputCommand()) return; + console.log(interaction.user.id); + + if (interaction.user.id !== "277357956075356162" || interaction.user.id !== "241530175353782273") { return; }