diff options
author | 2020-12-12 05:27:13 +0200 | |
---|---|---|
committer | 2020-12-12 05:27:13 +0200 | |
commit | d56ec4ba3969b84a78cc9f22a1eca5bb7e8d5a77 (patch) | |
tree | 9933ee13de2ae72ede93e8f04133196e810e4bcc /bot/constants.py | |
parent | Merge pull request #540 from RohanJnr/error_handler_changes (diff) | |
parent | Change AOC_WHITELIST names for clarity (diff) |
Merge pull request #541 from janine9vn/aoc2020
Aoc2020
Diffstat (limited to 'bot/constants.py')
-rw-r--r-- | bot/constants.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/constants.py b/bot/constants.py index 9e6db7a6..a58801f7 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -95,6 +95,7 @@ class Branding: class Channels(NamedTuple): admins = 365960823622991872 advent_of_code = int(environ.get("AOC_CHANNEL_ID", 782715290437943306)) + advent_of_code_commands = int(environ.get("AOC_COMMANDS_CHANNEL_ID", 607247579608121354)) announcements = int(environ.get("CHANNEL_ANNOUNCEMENTS", 354619224620138496)) big_brother_logs = 468507907357409333 bot = 267659945086812160 |