diff options
author | 2020-11-21 00:30:58 +0100 | |
---|---|---|
committer | 2020-11-21 00:30:58 +0100 | |
commit | 16417225e7c0bfbb4260d51722c2f68696e7ccd6 (patch) | |
tree | 4a22678232104c6bee8c67edeea8a16a8d3e963b /bot/utils | |
parent | Make the bot name less hard-coded. (diff) |
Remove references to old name.
I've tried to replace this with generic references where appropriate,
but a lot of the time it just doesn't make a lot of sense to do so.
Diffstat (limited to 'bot/utils')
-rw-r--r-- | bot/utils/checks.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/utils/checks.py b/bot/utils/checks.py index 3031a271..9dd4dde0 100644 --- a/bot/utils/checks.py +++ b/bot/utils/checks.py @@ -39,7 +39,7 @@ def in_whitelist_check( channels: Container[int] = (), categories: Container[int] = (), roles: Container[int] = (), - redirect: Optional[int] = constants.Channels.seasonalbot_commands, + redirect: Optional[int] = constants.Channels.community_bot_commands, fail_silently: bool = False, ) -> bool: """ |