aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/fun/latex.py
diff options
context:
space:
mode:
authorGravatar AbooMinister25 <[email protected]>2022-08-08 11:09:44 -0400
committerGravatar AbooMinister25 <[email protected]>2022-08-08 11:09:44 -0400
commit765388d00f4d6f9dda7a464a518d76745a3256e1 (patch)
treed9f1ffbedf9fbe2d2af27680c77dfdf6c6b1966b /bot/exts/fun/latex.py
parentFixed conflicts from PR 1078 (diff)
parentMerge pull request #1083 from algmyr/latex (diff)
Pulled changes from main and fixed conflicts
Diffstat (limited to 'bot/exts/fun/latex.py')
-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 f0f2f8c0..aeabcd20 100644
--- a/bot/exts/fun/latex.py
+++ b/bot/exts/fun/latex.py
@@ -35,6 +35,7 @@ PAD = 10
LATEX_ALLOWED_CHANNNELS = WHITELISTED_CHANNELS + (
Channels.data_science_and_ai,
+ Channels.algos_and_data_structs,
)