Fix eco not functioning whatsoever.

This commit is contained in:
Keanu Timmermans 2021-10-31 18:51:24 +01:00
parent 64dde60dab
commit 3751d01756
Signed by: keanucode
GPG Key ID: A7431C0D513CA93B
1 changed files with 1 additions and 1 deletions

View File

@ -76,6 +76,6 @@ export function isAuthorized(guild: Guild | null, channel: TextBasedChannels): b
channel.send("Sorry, this command can only be used in <#669464416420364288>.");
return false;
} else {
return false;
return true;
}
}