From 2cb94cc6ac0da603e4f45eda7d7c7989e73537ce Mon Sep 17 00:00:00 2001 From: Keanu Date: Wed, 23 Jun 2021 23:24:55 +0200 Subject: [PATCH] Fix EL's PR. --- src/commands/fun/modules/eco-utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/fun/modules/eco-utils.ts b/src/commands/fun/modules/eco-utils.ts index f22eca8..08ef031 100644 --- a/src/commands/fun/modules/eco-utils.ts +++ b/src/commands/fun/modules/eco-utils.ts @@ -69,7 +69,7 @@ export function isAuthorized(guild: Guild | null, channel: TextChannel | DMChann if (guild?.id !== "637512823676600330") { channel.send("Sorry, this command can only be used in Monika's emote server."); return false; - } else if (channel?.id === "669464416420364288") { + } else if (channel?.id !== "669464416420364288") { channel.send("Sorry, this command can only be used in <#669464416420364288>."); return false; } else {