| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2022-01-27 | Use voice_mute and voice_ban to determine voice_gate | -8/+6 | ||
| Previously only voice_ban was used, but now having either of these infractions should mean the user is blocked from reciving the role. | ||||
| 2022-01-27 | Add new incidents webhook to exmaple config.yml | -0/+1 | ||
| This was recently added to the bot. | ||||
| 2022-01-27 | Fix pynews config in example file | -1/+5 | ||
| The python news cog relies on the python_news section of the config being filled in via a named alias. Since we were using the DEV_ prefix, this meant it was not being populated, leading to the cog throwing an error on boot. | ||||