diff options
author | 2023-03-30 12:15:56 +0300 | |
---|---|---|
committer | 2023-03-30 12:15:56 +0300 | |
commit | 30caf003204c4513a221ceb5fd58cef9747efd8f (patch) | |
tree | 41ca863864337c1ebc77e8517aeb406b501a0e21 /bot/exts/fun/latex.py | |
parent | Ensure page is always random (diff) | |
parent | Update base image to new repo org (#1241) (diff) |
Merge branch 'main' into fix-1121
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, ) |