aboutsummaryrefslogtreecommitdiffstats
path: root/bot/bot.py (unfollow)
Commit message (Collapse)AuthorLines
2022-09-26Bump rapidfuzz from 2.10.0 to 2.10.1Gravatar dependabot[bot]-203/+209
Bumps [rapidfuzz](https://github.com/maxbachmann/RapidFuzz) from 2.10.0 to 2.10.1. - [Release notes](https://github.com/maxbachmann/RapidFuzz/releases) - [Changelog](https://github.com/maxbachmann/RapidFuzz/blob/main/CHANGELOG.md) - [Commits](https://github.com/maxbachmann/RapidFuzz/compare/v2.10.0...v2.10.1) --- updated-dependencies: - dependency-name: rapidfuzz dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
2022-09-24Bump rapidfuzz from 2.9.0 to 2.10.0 (#1102)Gravatar dependabot[bot]-102/+102
Bumps [rapidfuzz](https://github.com/maxbachmann/RapidFuzz) from 2.9.0 to 2.10.0. - [Release notes](https://github.com/maxbachmann/RapidFuzz/releases) - [Changelog](https://github.com/maxbachmann/RapidFuzz/blob/main/CHANGELOG.md) - [Commits](https://github.com/maxbachmann/RapidFuzz/compare/v2.9.0...v2.10.0) --- updated-dependencies: - dependency-name: rapidfuzz dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-24Bump flake8-bugbear from 22.9.11 to 22.9.23 (#1101)Gravatar dependabot[bot]-5/+13
Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 22.9.11 to 22.9.23. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/compare/22.9.11...22.9.23) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-23Update quackstack integrationGravatar Chris Lovering-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-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