diff options
| author | 2023-03-10 09:04:52 -0500 | |
|---|---|---|
| committer | 2023-03-10 09:04:52 -0500 | |
| commit | 35ec9846c4f7a34f3ac83fa206f7511d50cdff50 (patch) | |
| tree | 6630d6e3d19e00926dd19a32231072b32e01f663 /bot/exts/fun/latex.py | |
| parent | Merge pull request #1228 from python-discord/dependabot/github_actions/docker... (diff) | |
Allow .latex in python-help channel
Diffstat (limited to '')
| -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, ) |