aboutsummaryrefslogtreecommitdiffstats
path: root/bot/bot.py (unfollow)
Commit message (Collapse)AuthorLines
2022-01-01add missing enumsGravatar Sn4u-0/+32
2022-01-01Allow AoC join to be ran in the month before and after the eventGravatar Chris Lovering-5/+11
2022-01-01Allow AoC commands to be run in JanuaryGravatar Chris Lovering-5/+5
2021-12-29Raise error when bot can't modify the given role in member helper utilGravatar Chris Lovering-1/+1
2021-12-29Add logging to AoC role task to help debugging issuesGravatar Chris Lovering-2/+9
2021-12-28Inform invoker after successfully blocking a user from AoC comp. roleGravatar Chris Lovering-0/+1
2021-12-28Condense conditional logic in AoC completionist role taskGravatar Chris Lovering-8/+3
2021-12-28Ability to block users from AoC completer roleGravatar ChrisLovering-2/+19
2021-12-28Add hourly task to assign AoC completer roleGravatar ChrisLovering-2/+59
This task uses the cached leaderboard to see who has all 50 stars and assigns them a role to highlight them as completers.