Fix EL's PR.

This commit is contained in:
Keanu Timmermans 2021-06-23 23:24:55 +02:00
parent 2969dfd814
commit 2cb94cc6ac
Signed by: keanucode
GPG Key ID: A7431C0D513CA93B
1 changed files with 1 additions and 1 deletions

View File

@ -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 {