diff options
author | 2023-03-10 18:28:03 +0200 | |
---|---|---|
committer | 2023-03-10 18:28:03 +0200 | |
commit | 23b1ce2276ebd90dc93d8fa57f9c7d9595ef0cd1 (patch) | |
tree | 27a0bbafd648e77704b2f26fc342bfb6146981bf /bot/exts/fun/latex.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/exts/fun/latex.py')
-rw-r--r-- | bot/exts/fun/latex.py | 1 |
1 files changed, 1 insertions, 0 deletions
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, ) |