Trying a Bug Fix
This commit is contained in:
@@ -241,10 +241,7 @@ client.on(Events.MessageReactionAdd, async (reaction, user, channel) => {
|
|||||||
client.on('interactionCreate', async (interaction) => {
|
client.on('interactionCreate', async (interaction) => {
|
||||||
if (!interaction.isChatInputCommand()) return;
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user