aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Xithrius <[email protected]>2021-10-13 12:54:08 -0700
committerGravatar GitHub <[email protected]>2021-10-13 12:54:08 -0700
commitf16e7780ccc5ff599812a1af6b29b6b5ff28dd2b (patch)
treec0a8a71b3c7177c3e0261732202b7ec02d240eeb
parentMerge pull request #897 from python-discord/command-prefix-fix (diff)
parentupdate advent of code channel IDs (diff)
Merge pull request #904 from python-discord/update-advent-of-code-channel-ids
update advent of code channel IDs
-rw-r--r--bot/constants.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bot/constants.py b/bot/constants.py
index 6e45632f..567daadd 100644
--- a/bot/constants.py
+++ b/bot/constants.py
@@ -101,8 +101,8 @@ class Cats:
class Channels(NamedTuple):
- advent_of_code = int(environ.get("AOC_CHANNEL_ID", 782715290437943306))
- advent_of_code_commands = int(environ.get("AOC_COMMANDS_CHANNEL_ID", 607247579608121354))
+ advent_of_code = int(environ.get("AOC_CHANNEL_ID", 897932085766004786))
+ advent_of_code_commands = int(environ.get("AOC_COMMANDS_CHANNEL_ID", 897932607545823342))
bot = 267659945086812160
organisation = 551789653284356126
devlog = int(environ.get("CHANNEL_DEVLOG", 622895325144940554))