aboutsummaryrefslogtreecommitdiffstats
path: root/bot/help.py (unfollow)
Commit message (Collapse)AuthorLines
2020-03-23Deseasonify: remove `load_extensions` methodGravatar kwzrd-19/+1
This is unused and no longer necessary, as all extensions load only once: on start-up, in `__main__.py`.
2020-03-23Deseasonify: extend BrandingManager documentationGravatar kwzrd-11/+50
2020-03-23Deseasonify: use BrandingError for negative responsesGravatar kwzrd-22/+18
This allows more flat code as raising will short-circuit, plus we do not need to build negative response embeds manually.
2020-03-22Deseasonify: handle BrandingErrorGravatar kwzrd-0/+5