diff options
| author | 2022-02-20 11:29:20 +0000 | |
|---|---|---|
| committer | 2022-02-20 11:29:20 +0000 | |
| commit | e232b7c4a870da800cbb40f2d5fbd0af8084be1f (patch) | |
| tree | 75262960566ab049653ce70176b77b73c0e2fee2 /bot/utils/checks.py | |
| parent | Merge remote-tracking branch 'origin/main' into main (diff) | |
| parent | Allow `.src` in dev-contrib and community-meta (#1033) (diff) | |
Merge remote-tracking branch 'origin/main' into main
Diffstat (limited to '')
| -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 8c426ed7..5433f436 100644 --- a/bot/utils/checks.py +++ b/bot/utils/checks.py @@ -33,7 +33,7 @@ def in_whitelist_check( channels: Container[int] = (), categories: Container[int] = (), roles: Container[int] = (), - redirect: Optional[int] = constants.Channels.community_bot_commands, + redirect: Optional[int] = constants.Channels.sir_lancebot_playground, fail_silently: bool = False, ) -> bool: """ |