| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2022-09-23 | Update quackstack integration | -4/+3 | ||
| With https://github.com/python-discord/quackstack/pull/74 the location for the generated duck as been moved to the Location header, as a full URL. | ||||
| 2022-09-23 | Remove all wait_until_guil_available as this is now done in bot-core | -23/+1 | ||
| 2022-09-23 | Update games cog token refresh logic | -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-21 | Bump deps to latest | -219/+1204 | ||
| 2022-09-21 | Support loading all extensions in CI | -1/+20 | ||
| 2022-09-21 | Move init tasks to async cog_load functions | -9/+4 | ||