aboutsummaryrefslogtreecommitdiffstats
path: root/bot/seasons/evergreen/error_handler.py (follow)
Commit message (Expand)AuthorAgeLines
* Deseasonify: rename `seasons` pkg to `exts`Gravatar kwzrd2020-03-28-111/+0
* Deseasonify: move decorators module under utilsGravatar kwzrd2020-03-28-1/+1
* Deseasonify: move exceptions module under utilsGravatar kwzrd2020-03-26-1/+1
* Deseasonify: handle BrandingErrorGravatar kwzrd2020-03-22-0/+5
* Deseasonify: improve `in_month` command checkGravatar kwzrd2020-03-15-2/+2
* Auto-delete channel check error after a period of time.Gravatar scragly2019-12-12-2/+2
* Add exc_info to log.exception to display traceback.Gravatar scragly2019-12-12-1/+1
* Use error_embed for errors, tidy code, show cmd signature for user errors.Gravatar scragly2019-12-12-119/+106
* Initial linting passGravatar S. Co12019-09-09-5/+5
* Implement error handling; add `in_channel` overrides to `!issue` and AoC comm...Gravatar kosayoda2019-08-06-0/+15
* Relint Seasonalbot with new linting rulesGravatar sco12019-04-24-2/+0
* Re-add cog inheritance removed by poor merge conflict resolutionGravatar sco12019-03-30-1/+1
* Merge branch 'master' into flake8-docstringGravatar sco12019-03-26-55/+47
|\
| * Remove unneeded fstring prefix.Gravatar scragly2019-03-26-1/+1
| * Recombine error handlers into the main listener. Fix cooldown revert.Gravatar Scragly2019-03-26-54/+45
| * Set cog load log messages to infoGravatar sco12019-03-05-1/+1
| * Add new Cog class inheritance & event listener decorationGravatar sco12019-03-03-1/+2
* | Docstring pass for Evergreen cogsGravatar sco12019-03-19-2/+4
|/
* changed variable name from message to time_remainingGravatar Rohan2019-02-17-2/+2
* Changed the variable name error_message to messageGravatar Rohan2019-02-17-2/+2
* I did the following changes:Gravatar Rohan2019-02-17-1/+4
* Allows you to create Seasons. (#64)Gravatar Leon Sandøy2018-11-27-0/+109