aboutsummaryrefslogtreecommitdiffstats
path: root/bot/utils/members.py (follow)
Commit message (Collapse)AuthorAgeLines
* Remove unused utils fileGravatar Janine vN2022-11-28-47/+0
| | | | These utils were only used in the AoC cog.
* Raise error when bot can't modify the given role in member helper utilGravatar Chris Lovering2021-12-29-1/+1
|
* Add member util functionsGravatar Chris2021-12-28-0/+47
This adds some useful utils, get_or_fetch and handle role change. These utils handle errors themselves, so can simplify implementations within the commands.