diff options
author | 2020-03-03 07:58:40 +0100 | |
---|---|---|
committer | 2020-03-03 07:58:40 +0100 | |
commit | 1fbf3aee49c56d9d3784c95c8aaa8fe305e8c9ba (patch) | |
tree | 4260d15d2f060e82fba1abcf1adfc84759e3324a /bot/constants.py | |
parent | Update devlog channel constant (diff) | |
parent | Strip references to seasonalbot chat (diff) |
Merge pull request #366 from python-discord/tidy-seasonal-channels
Strip references to seasonalbot chat
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 |