diff options
author | 2022-05-26 17:50:08 +0100 | |
---|---|---|
committer | 2022-05-26 17:50:08 +0100 | |
commit | 5fdc004168b2fcb5ab6c70e7f776d00f14dda8e6 (patch) | |
tree | 6e94afc88a45ee1d4af1042d94d981cbfafa5683 /bot/constants.py | |
parent | Add topics for `#media-processing` channel (#1054) (diff) | |
parent | Allow latex command in data science and ai channel (diff) |
Merge pull request #1059 from python-discord/allow-latex-in-data-science
Allow latex command in data science and ai channel
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 da81a089..bc0b5931 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -112,6 +112,7 @@ class Channels(NamedTuple): bot_commands = 267659945086812160 community_meta = 267659945086812160 organisation = 551789653284356126 + data_science_and_ai = 366673247892275221 devlog = int(environ.get("CHANNEL_DEVLOG", 622895325144940554)) dev_contrib = 635950537262759947 mod_meta = 775412552795947058 |