aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/evergreen/latex.py (follow)
Commit message (Collapse)AuthorAgeLines
* Move practical functions into utilities folderGravatar Janine vN2021-09-05-101/+0
| | | | | | Separates out the useful/practical seasonal bot features from the evergreen folder into a "utilities" folder. Adjusts the paths to resources to reflect the folder move.
* chore: Resolve conflicts for the last time (hopefully)Gravatar ToxicKidz2021-05-15-0/+5
|\
| * Latex: temporarily disable loading of the cogGravatar Matteo Bertucci2021-05-15-0/+5
| | | | | | | | | | | | As we are currently working on restricting resources on the latex cog, this commit will prevent it from loading. It will be reverted once solved.
* | fix: Pass bot only when __init__ is definedGravatar ToxicKidz2021-05-04-1/+1
| |
* | chore: switch commands.Bot typehints to bot.bot's BotGravatar vcokltfre2021-04-19-1/+3
|/
* add max_concurrency, move file-saving to _renderGravatar Shakya Majumdar2021-04-11-8/+13
|
* add cachingGravatar Shakya Majumdar2021-04-11-0/+14
|
* change background color to match discord theme exactlyGravatar Shakya Majumdar2021-04-10-8/+8
|
* exclude non error-causing lines from try-exceptGravatar Shakya Majumdar2021-04-09-6/+5
|
* remove redundant use of functools.partialGravatar Shakya Majumdar2021-04-09-2/+1
|
* run _render in executor, raise BadArgument for invalid inputGravatar Shakya Majumdar2021-04-09-12/+12
|
* add markdown supportGravatar Shakya Majumdar2021-04-09-2/+22
|
* Add latex cogGravatar Shakya Majumdar2021-04-08-0/+57