aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts
diff options
context:
space:
mode:
authorGravatar Robin <[email protected]>2023-03-18 22:15:23 -0500
committerGravatar GitHub <[email protected]>2023-03-18 22:15:23 -0500
commita1aaeba71437782e7c032b28a3fc7bbd2512b1ac (patch)
treea9f7aff94982b9f27f58b1b10dc2f8f2cb045d27 /bot/exts
parentMerge (diff)
parentBump flake8-bugbear from 23.2.13 to 23.3.12 (#1232) (diff)
Merge branch 'python-discord:main' into undeprecate-bookmark
Diffstat (limited to 'bot/exts')
-rw-r--r--bot/exts/fun/latex.py1
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,
)