diff options
author | 2020-11-21 01:06:18 +0100 | |
---|---|---|
committer | 2020-11-21 01:06:18 +0100 | |
commit | bce8a0d2fceae622d24329d90a29e1e212f0a633 (patch) | |
tree | fd1dfe3bef8af3de11a0bb129b9f7e8755ec8f99 /bot/utils | |
parent | Merge branch 'master' into redis-persist (diff) | |
parent | Remove dead ShowProjects cog. (diff) |
Merge pull request #528 from python-discord/lemon/refactor/seasonalbot_name_change
Rebrand bot to Sir Lancebot.
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: """ |