aboutsummaryrefslogtreecommitdiffstats
path: root/manage.py (unfollow)
Commit message (Collapse)AuthorLines
2022-01-27Update metricity tests to test new voice_gate_blocked behaviourGravatar Chris Lovering-10/+22
2022-01-27Use voice_mute and voice_ban to determine voice_gateGravatar Chris Lovering-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-27Add new incidents webhook to exmaple config.ymlGravatar Chris Lovering-0/+1
This was recently added to the bot.
2022-01-27Fix pynews config in example fileGravatar Chris Lovering-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.