aboutsummaryrefslogtreecommitdiffstats
path: root/bot/utils/checks.py
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2020-11-23 16:45:43 +0200
committerGravatar GitHub <[email protected]>2020-11-23 16:45:43 +0200
commit252ed41579eb4ba9627950d4e225912208e30d00 (patch)
tree60eee5c6b2bd1d469ed305590cd97ad378b1ea49 /bot/utils/checks.py
parentfix typos in docstring (diff)
parentAdd 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.py2
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:
"""