Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | Migrate to using disnake over Discord.py 2.0a0 | 2022-02-24 | -26/+26 | ||
| | |||||
* | Add disnake monkey patches | 2022-02-24 | -1/+85 | ||
| | | | | | | | This covers the monkeypatches for Commands and Groups to allow for root aliases, along with a monkey patch for typing events, in case discord decides to raise 403s again. Co-authored-by: Mark <[email protected]> Co-authored-by: Hassan Abouelela <[email protected]> | ||||
* | Consistently use double backticks when referring to a variable name. | 2022-02-24 | -28/+49 | ||
| | | | | Also add sphix-style docstrings to functions that were previously missing them. | ||||
* | Rename loggers.py to logging.py to allow for more generic utils in future | 2022-02-24 | -9/+9 | ||
| | |||||
* | Alter docstrings to look better in autodocs | 2022-02-24 | -13/+30 | ||
| | |||||
* | Move new utilities to the util namespace | 2022-02-24 | -0/+545 | ||