diff options
author | 2020-10-15 09:47:18 -0500 | |
---|---|---|
committer | 2020-10-15 09:47:18 -0500 | |
commit | 42316a7a57de91a04fdd1edf145cfb81294aafb7 (patch) | |
tree | 64ddad4c01a1ee83e863ef632bccc5a544f1f2eb /bot/constants.py | |
parent | PR #501 Riddle: remove duplicate winners (diff) |
Added Core Dev Sprint to whitelist
For the sake of entertainment of the Core Devs, I have added the SeasonalBot functionality to the Core Dev Sprint channels.
Diffstat (limited to 'bot/constants.py')
-rw-r--r-- | bot/constants.py | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/bot/constants.py b/bot/constants.py index 1909cb86..2466da02 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -76,6 +76,23 @@ class Channels(NamedTuple): show_your_projects_discussion = 360148304664723466 hacktoberfest_2020 = 760857070781071431 voice_chat = 412357430186344448 + + # Core Dev Sprint channels + announcements = 755958119963557958 + information = 753338352136224798 + organisers = 753340132639375420 + general = 753340631538991305 + social1_cheese_shop = 758779754789863514 + social2_pet_shop = 758780951978573824 + escape_room = 761031075942105109 + stdlib = 758553316732698634 + asyncio = 762904152438472714 + typing = 762904690341838888 + discussion_capi = 758553358587527218 + discussion_triage = 758553458365300746 + discussion_design = 758553492662255616 + discussion_mentor = 758553536623280159 + documentation = 761038271127093278 class Client(NamedTuple): @@ -211,6 +228,23 @@ WHITELISTED_CHANNELS = ( Channels.off_topic_1, Channels.off_topic_2, Channels.voice_chat, + + # Core Dev Sprint Channels + Channels.announcements, + Channels.information, + Channels.organisers, + Channels.general, + Channels.social1_cheese_shop, + Channels.social2_pet_shop, + Channels.escape_room, + Channels.stdlib, + Channels.asyncio, + Channels.typing, + Channels.discussion_capi, + Channels.discussion_triage, + Channels.discussion_design, + Channels.discussion_mentor, + Channels.documentation, ) # Bot replies |