diff options
| author | 2022-02-20 11:24:51 +0000 | |
|---|---|---|
| committer | 2022-02-20 11:24:51 +0000 | |
| commit | 436c9f740cc5002ff8199b57a6b7bc1a778d6b37 (patch) | |
| tree | 75262960566ab049653ce70176b77b73c0e2fee2 /bot/utils/checks.py | |
| parent | Merge pull request #1010 from ShakyaMajumdar/feat/latex (diff) | |
Allow `.src` in dev-contrib and community-meta (#1033)
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 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: """ |