diff options
author | 2021-07-06 15:09:12 -0700 | |
---|---|---|
committer | 2021-07-06 15:09:12 -0700 | |
commit | 3218ff7d59c9db211039414b8c84ea098fd784d6 (patch) | |
tree | 4a1d29fb8066dba619e14d1dd8f30133a23580af /bot/constants.py | |
parent | Add "cs" and "python" categories to the `.quiz` command (diff) | |
parent | Remove hacktoberfest channel overrides (diff) |
Merge pull request #781 from python-discord/remove-hacktoberfest-whitelist
Remove hacktoberfest channel overrides
Diffstat (limited to 'bot/constants.py')
-rw-r--r-- | bot/constants.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/constants.py b/bot/constants.py index 3b3d7711..ff901c8e 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -113,7 +113,6 @@ class Channels(NamedTuple): off_topic_1 = 463035241142026251 off_topic_2 = 463035268514185226 community_bot_commands = int(environ.get("CHANNEL_COMMUNITY_BOT_COMMANDS", 607247579608121354)) - hacktoberfest_2020 = 760857070781071431 voice_chat_0 = 412357430186344448 voice_chat_1 = 799647045886541885 staff_voice = 541638762007101470 |