mirror of
https://github.com/keanuplayz/TravBot-v3.git
synced 2024-08-15 02:33:12 +00:00
Fix eco not functioning whatsoever.
This commit is contained in:
parent
64dde60dab
commit
3751d01756
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue