diff options
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:      """ | 
