aboutsummaryrefslogtreecommitdiffstats
path: root/tests/helpers.py (unfollow)
Commit message (Collapse)AuthorLines
2021-11-30Sort unavailable self-assignable roles to the end of the listGravatar Chris Lovering-0/+3
2021-11-30Allow roles to be assignable over multiple monthsGravatar Chris Lovering-23/+72
This includes a refactor to use a dataclass for clearer implementation. Along with that, this changes the roles so that they're always available, but un-assignable roles are in red and give a different error.
2021-11-30Delete the subscribe message after 5 minutesGravatar Chris Lovering-1/+6
2021-11-30Use new get_logger helper utilGravatar Chris Lovering-3/+2
2021-11-30Stop listening for events when message is deletedGravatar Chris Lovering-0/+2
2021-11-30Add 10s member cooldown to subscribe commandGravatar Chris Lovering-0/+1
2021-11-30Ensure the user interacting is still in guild before changing rolesGravatar Chris Lovering-0/+4