aboutsummaryrefslogtreecommitdiffstats
path: root/bot/bot.py (unfollow)
Commit message (Collapse)AuthorLines
2022-09-23Remove all wait_until_guil_available as this is now done in bot-coreGravatar Chris Lovering-23/+1
2022-09-23Update games cog token refresh logicGravatar Chris Lovering-37/+38
This moves away from an infinite loop, to a task scheduling approach. Doing it this way avoids an infinitely running cog_load
2022-09-21Bump deps to latestGravatar Chris Lovering-219/+1204
2022-09-21Support loading all extensions in CIGravatar Chris Lovering-1/+20
2022-09-21Move init tasks to async cog_load functionsGravatar Chris Lovering-9/+4