diff options
author | 2023-03-10 18:28:03 +0200 | |
---|---|---|
committer | 2023-03-10 18:28:03 +0200 | |
commit | 23b1ce2276ebd90dc93d8fa57f9c7d9595ef0cd1 (patch) | |
tree | 27a0bbafd648e77704b2f26fc342bfb6146981bf /bot/constants.py | |
parent | Merge pull request #1231 from shtlrs/whitelist-threads-with-their-parents (diff) | |
parent | Merge branch 'main' into issue-1207 (diff) |
Merge pull request #1230 from matiaslagoevia/issue-1207
Allow .latex in python-help 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 fed41ab9..7e5fa1d9 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -57,6 +57,7 @@ class Channels(NamedTuple): off_topic_0 = 291284109232308226 off_topic_1 = 463035241142026251 off_topic_2 = 463035268514185226 + python_help = 1035199133436354600 sir_lancebot_playground = int(environ.get("CHANNEL_COMMUNITY_BOT_COMMANDS", 607247579608121354)) voice_chat_0 = 412357430186344448 voice_chat_1 = 799647045886541885 |