diff --git a/src/commands/fun/modules/eco-utils.ts b/src/commands/fun/modules/eco-utils.ts index 48f806e..dba9251 100644 --- a/src/commands/fun/modules/eco-utils.ts +++ b/src/commands/fun/modules/eco-utils.ts @@ -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; } }