diff options
author | 2019-10-03 20:21:39 +0200 | |
---|---|---|
committer | 2019-10-03 20:21:39 +0200 | |
commit | eaf49758e7a175aeeeeafdb66c3c1a5fc96a4b10 (patch) | |
tree | ea4c3aa863acf17782a2b855de09459e58a1bcd2 | |
parent | limit issue command to global whitelist and seasonalbot_chat (diff) |
add the adventofcode channel to Channels constant
-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 0d4321c8..c1722158 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 |