diff options
author | 2019-12-10 22:40:30 +0100 | |
---|---|---|
committer | 2019-12-10 22:40:30 +0100 | |
commit | a80d924eb00ce9485f49c469af0e6acdb1db8dcd (patch) | |
tree | 749c5127d29474a4be1cf91e79c0c4cb9a98540f /bot/constants.py | |
parent | Refactor function signature (diff) | |
parent | Merge pull request #328 from python-discord/aoc-announcement-mention-fix (diff) |
Merge branch 'master' into bookmark
Diffstat (limited to 'bot/constants.py')
-rw-r--r-- | bot/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/constants.py b/bot/constants.py index c09d8369..ce650b80 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -23,7 +23,7 @@ class AdventOfCode: class Channels(NamedTuple): admins = 365960823622991872 - advent_of_code = 517745814039166986 + advent_of_code = int(environ.get("AOC_CHANNEL_ID", 517745814039166986)) announcements = int(environ.get("CHANNEL_ANNOUNCEMENTS", 354619224620138496)) big_brother_logs = 468507907357409333 bot = 267659945086812160 |