From 35ec9846c4f7a34f3ac83fa206f7511d50cdff50 Mon Sep 17 00:00:00 2001 From: Matias Lago Evia Date: Fri, 10 Mar 2023 09:04:52 -0500 Subject: Allow .latex in python-help channel --- bot/constants.py | 1 + 1 file changed, 1 insertion(+) (limited to 'bot/constants.py') 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 -- cgit v1.2.3