diff options
author | 2022-08-08 11:09:44 -0400 | |
---|---|---|
committer | 2022-08-08 11:09:44 -0400 | |
commit | 765388d00f4d6f9dda7a464a518d76745a3256e1 (patch) | |
tree | d9f1ffbedf9fbe2d2af27680c77dfdf6c6b1966b /bot/constants.py | |
parent | Fixed conflicts from PR 1078 (diff) | |
parent | Merge pull request #1083 from algmyr/latex (diff) |
Pulled changes from main and fixed conflicts
Diffstat (limited to 'bot/constants.py')
-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 bc0b5931..eb9ee4b3 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -109,6 +109,7 @@ class Cats: class Channels(NamedTuple): advent_of_code = int(environ.get("AOC_CHANNEL_ID", 897932085766004786)) advent_of_code_commands = int(environ.get("AOC_COMMANDS_CHANNEL_ID", 897932607545823342)) + algos_and_data_structs = 650401909852864553 bot_commands = 267659945086812160 community_meta = 267659945086812160 organisation = 551789653284356126 |