aboutsummaryrefslogtreecommitdiffstats
path: root/bot/constants.py
diff options
context:
space:
mode:
authorGravatar Scragly <[email protected]>2019-04-21 06:28:19 +1000
committerGravatar Scragly <[email protected]>2019-04-21 06:28:19 +1000
commit0e674ec8ecd7090706b64be8bee4994907830ac2 (patch)
treefe9ee1eb71c073a8f607241f8a838ef4641a00f6 /bot/constants.py
parentSuppress excessive PIL debug logs. (diff)
Add seasonalbot-chat and python-discussion channels.
Diffstat (limited to 'bot/constants.py')
-rw-r--r--bot/constants.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/bot/constants.py b/bot/constants.py
index b19d494b..6d10cf8f 100644
--- a/bot/constants.py
+++ b/bot/constants.py
@@ -46,8 +46,10 @@ class Channels(NamedTuple):
off_topic_2 = 463035268514185226
python = 267624335836053506
reddit = 458224812528238616
+ seasonalbot_chat = int(environ.get('CHANNEL_SEASONALBOT_CHAT', 542272993192050698))
staff_lounge = 464905259261755392
verification = 352442727016693763
+ python_discussion = 267624335836053506
class Client(NamedTuple):