diff options
| author | 2020-11-23 16:45:43 +0200 | |
|---|---|---|
| committer | 2020-11-23 16:45:43 +0200 | |
| commit | 252ed41579eb4ba9627950d4e225912208e30d00 (patch) | |
| tree | 60eee5c6b2bd1d469ed305590cd97ad378b1ea49 /bot/utils/checks.py | |
| parent | fix typos in docstring (diff) | |
| parent | Add a banner and fix the README a bit. (diff) | |
Merge branch 'master' into feature/wonder-twins-command
Diffstat (limited to 'bot/utils/checks.py')
| -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: """ |