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/exts/fun/latex.py | 1 + 1 file changed, 1 insertion(+) (limited to 'bot/exts/fun/latex.py') diff --git a/bot/exts/fun/latex.py b/bot/exts/fun/latex.py index 311b4ac2..8af05413 100644 --- a/bot/exts/fun/latex.py +++ b/bot/exts/fun/latex.py @@ -37,6 +37,7 @@ PAD = 10 LATEX_ALLOWED_CHANNNELS = WHITELISTED_CHANNELS + ( Channels.data_science_and_ai, Channels.algos_and_data_structs, + Channels.python_help, ) -- cgit v1.2.3