Trying to log something

This commit is contained in:
2025-06-26 22:27:37 +02:00
parent e51fe3fc38
commit 9c168b7574
+3
View File
@@ -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;
}