diff options
author | 2022-08-04 23:36:27 +0200 | |
---|---|---|
committer | 2022-08-04 23:36:27 +0200 | |
commit | 0a3e581913935832d37b8b29cf1e7437d09075be (patch) | |
tree | 5cd5dfe419f991db977111d061c7dbdfb3f4faec /bot/exts/fun/latex.py | |
parent | Merge pull request #1078 from ionite34/uwu-emoji-fix (diff) |
Enable LaTeX command in ds&a channel
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 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, ) |