aboutsummaryrefslogtreecommitdiffstats
path: root/docs/utils.py (unfollow)
Commit message (Expand)AuthorLines
2022-04-25Set BotBase.statsd correctly based on init kwargsGravatar Chris Lovering-2/+8
2022-04-21Bump version in pyproject and changelog last few releasesGravatar Chris Lovering-5/+14
2022-04-22Type-hint `ignore_module`v6.3.0Gravatar mbaruh-1/+1
2022-04-21Don't look for extensions in packages prefixed with an underscoreGravatar mbaruh-2/+7
2022-04-21Load each cog in it's own taskGravatar Chris Lovering-2/+8
2022-04-20Add unqualify to the utils namespaceGravatar Chris Lovering-1/+6
2022-04-19Bump sphinx-autodoc-typehints to 1.18.1Gravatar Chris Lovering-9/+9
2022-04-19Bump discord.py to https://github.com/Rapptz/discord.py/tree/987235d5649e7c2b...Gravatar Chris Lovering-36/+40
2022-04-18Allow passing an api_client kwarg to BotBaseGravatar Chris Lovering-6/+10
2022-04-18Reconnect to redis session on setup if it is closedGravatar Chris Lovering-2/+10
2022-04-15Bump flake8-annotations from 2.8.0 to 2.9.0Gravatar dependabot[bot]-5/+5
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
2022-04-08Move the creation of BotBase._guild_available to within the setup hookGravatar Chris Lovering-1/+3
2022-04-08Bump furo from 2022.3.4 to 2022.4.7Gravatar dependabot[bot]-5/+5
2022-04-04Bump pre-commit from 2.17.0 to 2.18.1Gravatar dependabot[bot]-6/+7
2022-04-02Move the creation of BotBase's AsyncResolver to async setupGravatar Chris Lovering-7/+10