diff options
author | 2022-08-04 22:54:40 +0100 | |
---|---|---|
committer | 2022-08-04 22:54:40 +0100 | |
commit | 17d3b905ec1cfc33f1a2d6d0e16c614fe447cea1 (patch) | |
tree | 5cd5dfe419f991db977111d061c7dbdfb3f4faec /bot/exts | |
parent | Merge pull request #1078 from ionite34/uwu-emoji-fix (diff) | |
parent | Enable LaTeX command in ds&a channel (diff) |
Merge pull request #1083 from algmyr/latex
Enable LaTeX command in ds&a channel
Diffstat (limited to 'bot/exts')
-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 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, ) |