| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2020-07-07 | Fix git install in Dockerfile | -3/+5 | ||
| 2020-07-07 | Add git to Docker image | -0/+3 | ||
| 2020-07-07 | Allow owners, admins, and mods roles to be pinged | -1/+2 | ||
| 2020-07-07 | Prevent bot from mentioning roles | -96/+127 | ||
| This was open to abuse when the bot relayed user input. | ||||
| 2020-07-06 | Fix imports in slowmode tests | -3/+3 | ||
| 2020-07-06 | Move slowmode cog to the moderation subpackage | -2/+3 | ||
| 2020-07-06 | Improve set_slowmode tests by checking whether the channel was edited | -8/+22 | ||
| 2020-07-06 | Add multiple test cases for set_slowmode tests | -10/+34 | ||
| 2020-07-06 | Use local text_channel instead of instance attribute | -13/+10 | ||
| 2020-07-06 | Add tests for set_slowmode | -0/+20 | ||
| 2020-07-06 | Add tests for reset_slowmode | -3/+22 | ||