diff options
author | 2020-11-30 01:20:19 +0100 | |
---|---|---|
committer | 2020-11-30 01:20:19 +0100 | |
commit | 5ce12af9d9f48042b0ebb7ef215e3253bcc418bd (patch) | |
tree | 8104169b075af26b2635cb8196e2ab830d6c1f37 /bot/constants.py | |
parent | Remove now redundant advent_of_code_staff constant (diff) |
Set correct channel ID as default for AoC channel
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 e459ed21..00d75a3f 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -75,7 +75,7 @@ class Branding: class Channels(NamedTuple): admins = 365960823622991872 - advent_of_code = int(environ.get("AOC_CHANNEL_ID", 780818162836439041)) + advent_of_code = int(environ.get("AOC_CHANNEL_ID", 782715290437943306)) announcements = int(environ.get("CHANNEL_ANNOUNCEMENTS", 354619224620138496)) big_brother_logs = 468507907357409333 bot = 267659945086812160 |