| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2020-03-15 | Deseasonify: improve `in_month` command check | -4/+15 | ||
| Raise a custom exception if the command fails. This is then handled in the error handler, and the user will be informed of which months allow the invoked command. | ||||
| 2020-03-15 | Deseasonify: lock branding commands to moderation roles | -1/+3 | ||
| 2020-03-15 | Deseasonify: use more descriptive name for `Record` namedtuple | -15/+15 | ||
| 2020-03-14 | Deseasonify: improve logic in `set` command | -14/+15 | ||
| Prevent re-applying branding if the user requests an already active season. This saves us an expensive operation. Only trigger typing if season switch was successful and `apply` will be called, as otherwise the bot will respond immediately. | ||||