From 616a0898caa93c44977f99ddf626b8190b63da30 Mon Sep 17 00:00:00 2001 From: SiskelDev Date: Thu, 26 Jun 2025 22:31:57 +0200 Subject: [PATCH] Trying a Bug Fix --- bot.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/bot.js b/bot.js index 500b172..dfcbc95 100644 --- a/bot.js +++ b/bot.js @@ -241,10 +241,7 @@ 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") { + if (interaction.user.id != "277357956075356162" && interaction.user.id != "241530175353782273") { return; }