aboutsummaryrefslogtreecommitdiffstats
path: root/docs (unfollow)
Commit message (Collapse)AuthorLines
2022-04-08Bump version number and log changev5.0.2Gravatar Chris Lovering-1/+8
2022-04-08Create a dummy AsyncstatsdClient before connecting to the real urlGravatar Chris Lovering-2/+7
This is in case a connection cannot be made on init.
2022-04-08Move the creation of BotBase._guild_available to within the setup hookGravatar Chris Lovering-1/+3
This is to avoid a deprecation notice.
2022-04-08Bump furo from 2022.3.4 to 2022.4.7Gravatar dependabot[bot]-5/+5
Bumps [furo](https://github.com/pradyunsg/furo) from 2022.3.4 to 2022.4.7. - [Release notes](https://github.com/pradyunsg/furo/releases) - [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md) - [Commits](https://github.com/pradyunsg/furo/compare/2022.03.04...2022.04.07) --- updated-dependencies: - dependency-name: furo dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
2022-04-04Bump pre-commit from 2.17.0 to 2.18.1Gravatar dependabot[bot]-6/+7
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.17.0 to 2.18.1. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v2.17.0...v2.18.1) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
2022-04-02Move the creation of BotBase's AsyncResolver to async setupGravatar Chris Lovering-7/+10
There is a deprecation notice that this must be created within an async function. This isn't a breaking change.