| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2020-03-23 | Deseasonify: remove `load_extensions` method | -19/+1 | ||
| This is unused and no longer necessary, as all extensions load only once: on start-up, in `__main__.py`. | ||||
| 2020-03-23 | Deseasonify: extend BrandingManager documentation | -11/+50 | ||
| 2020-03-23 | Deseasonify: use BrandingError for negative responses | -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-22 | Deseasonify: handle BrandingError | -0/+5 | ||