Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Apply fixes for ruff linting | 2023-05-09 | -2/+1 | |
| | | | | | Co-authored-by: wookie184 <[email protected]> Co-authored-by: Amrou Bellalouna <[email protected]> | |||
* | revert renaming of Client to Bot | 2023-05-06 | -3/+3 | |
| | ||||
* | update Client constants | 2023-05-06 | -3/+3 | |
| | | | | This also renames the Client class to Bot, to align better with Python. | |||
* | update Categories | 2023-05-06 | -1/+1 | |
| | ||||
* | Support discord.py's new async cog loading | 2022-09-21 | -2/+2 | |
| | ||||
* | Move practical functions into utilities folder | 2021-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. |