aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/utilities/cheatsheet.py (follow)
Commit message (Collapse)AuthorAgeLines
* Apply fixes for ruff lintingGravatar Chris Lovering2023-05-09-2/+1
| | | | | Co-authored-by: wookie184 <[email protected]> Co-authored-by: Amrou Bellalouna <[email protected]>
* revert renaming of Client to BotGravatar shtlrs2023-05-06-3/+3
|
* update Client constantsGravatar shtlrs2023-05-06-3/+3
| | | | This also renames the Client class to Bot, to align better with Python.
* update CategoriesGravatar shtlrs2023-05-06-1/+1
|
* Support discord.py's new async cog loadingGravatar Chris Lovering2022-09-21-2/+2
|
* Move practical functions into utilities folderGravatar Janine vN2021-09-05-0/+112
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.