diff options
author | 2019-12-10 23:29:19 +0100 | |
---|---|---|
committer | 2019-12-10 23:29:19 +0100 | |
commit | 65e99dd530ddfe420ce066f4358e48b7de3a00df (patch) | |
tree | 9648fdf6eef49fde27cb21d9c58b305b3a357564 /bot/constants.py | |
parent | Use bookmark icon url from constants (diff) | |
parent | Merge branch 'master' into bookmark (diff) |
Merge branch 'bookmark' of https://github.com/AG4lyf/seasonalbot 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 71f56a09..eca4f67b 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -29,7 +29,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 |