| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2020-07-14 | Remove redundant f-strings | -9/+9 | ||
| This fixes a new lint error (F541) introduced by flake8 3.8. | ||||
| 2020-07-14 | Update dev dependency version pins | -5/+5 | ||
| The previous pin for flake8 was permitting 3.8 too, which was what's getting locked. 3.8 introduced some new f-string rules, which is a "breaking" change. | ||||
| 2020-07-14 | Prevent bot from mentioning non-mod roles | -97/+110 | ||
| This was open to abuse when the bot relayed user input. The fix relies on a discord.py alpha feature. | ||||
| 2020-07-12 | Removed logging, added more explicit error catching.. | -5/+5 | ||
| 2020-07-12 | Update bot/exts/evergreen/status_cats.py | -1/+1 | ||
| Co-authored-by: Dennis Pham <[email protected]> | ||||
| 2020-07-12 | Delete extra blank line to pass linter | -1/+0 | ||
| 2020-07-12 | Update bot/exts/evergreen/status_cats.py | -1/+2 | ||
| Co-authored-by: manusaurio <[email protected]> | ||||
| 2020-07-11 | Fixed importing and context argument annotation. | -3/+3 | ||