Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Move practical functions into utilities folder | 2021-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) | 2021-05-15 | -0/+5 | |
|\ | ||||
| * | Latex: temporarily disable loading of the cog | 2021-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 defined | 2021-05-04 | -1/+1 | |
| | | ||||
* | | chore: switch commands.Bot typehints to bot.bot's Bot | 2021-04-19 | -1/+3 | |
|/ | ||||
* | add max_concurrency, move file-saving to _render | 2021-04-11 | -8/+13 | |
| | ||||
* | add caching | 2021-04-11 | -0/+14 | |
| | ||||
* | change background color to match discord theme exactly | 2021-04-10 | -8/+8 | |
| | ||||
* | exclude non error-causing lines from try-except | 2021-04-09 | -6/+5 | |
| | ||||
* | remove redundant use of functools.partial | 2021-04-09 | -2/+1 | |
| | ||||
* | run _render in executor, raise BadArgument for invalid input | 2021-04-09 | -12/+12 | |
| | ||||
* | add markdown support | 2021-04-09 | -2/+22 | |
| | ||||
* | Add latex cog | 2021-04-08 | -0/+57 | |