aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2020-04-20 08:29:07 +0300
committerGravatar ks129 <[email protected]>2020-04-20 08:29:07 +0300
commit9e586ef21170953a4879ca038bbc15e354937ddb (patch)
tree0593cbd4aa76b204218e3020ac70107937d291ea
parentCreated `News` cog (diff)
Added #python-news channel ID to constants `Channels`
-rw-r--r--bot/constants.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/constants.py b/bot/constants.py
index 2add028e7..8135f47a9 100644
--- a/bot/constants.py
+++ b/bot/constants.py
@@ -394,6 +394,7 @@ class Channels(metaclass=YAMLGetter):
off_topic_2: int
organisation: int
python_discussion: int
+ python_news: int
reddit: int
talent_pool: int
user_event_announcements: int