diff options
author | 2019-10-14 16:32:52 +0100 | |
---|---|---|
committer | 2019-10-14 16:32:52 +0100 | |
commit | 974779de00d8dc34f65cc6219cbc5d028a6508b0 (patch) | |
tree | 561e20d113dc25ae37921fe8a1ebc25196adc714 /bot/constants.py | |
parent | Made the icon_URL variable conform to PEP8 (diff) | |
parent | Merge pull request #294 from Numerlor/limit-command-channels (diff) |
Merge branch 'master' into master
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 e0195961..aa5c3db3 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -22,6 +22,7 @@ class AdventOfCode: class Channels(NamedTuple): admins = 365960823622991872 + advent_of_code = 517745814039166986 announcements = int(environ.get("CHANNEL_ANNOUNCEMENTS", 354619224620138496)) big_brother_logs = 468507907357409333 bot = 267659945086812160 |