diff options
author | 2020-03-01 18:57:39 -0500 | |
---|---|---|
committer | 2020-03-01 18:57:39 -0500 | |
commit | 10b63edcefa3dc53c833c0ce383b003823f7fa7c (patch) | |
tree | 4260d15d2f060e82fba1abcf1adfc84759e3324a /bot/constants.py | |
parent | Update devlog channel constant (diff) |
Strip references to seasonalbot chat
Redirect any output to seasonalbot commands, where relevant
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 006cf77f..d406bbd0 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -52,7 +52,6 @@ class Channels(NamedTuple): off_topic_2 = 463035268514185226 python = 267624335836053506 reddit = 458224812528238616 - seasonalbot_chat = int(environ.get("CHANNEL_SEASONALBOT_CHAT", 542272993192050698)) seasonalbot_commands = int(environ.get("CHANNEL_SEASONALBOT_COMMANDS", 607247579608121354)) seasonalbot_voice = int(environ.get("CHANNEL_SEASONALBOT_VOICE", 606259004230074378)) staff_lounge = 464905259261755392 |