aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * | | Merge branch 'main' into fix-GH-1108Gravatar wookie1842022-10-02-2/+2
| |\ \ \ | |/ / / |/| | |
| * | | Remove extra space.Gravatar Izan2022-10-02-1/+1
| | | |
| * | | Fix order of function parameters on @discord.ui.buttonGravatar Izan2022-10-02-6/+6
| | | |
| * | | Fix order of function parameters on @discord.ui.selectGravatar Izan2022-10-02-4/+4
| | | | | | | | | | | | | | | | During development the order of the `interaction` and `select` swapped, but this wasn't updated in the codebase. This commit fixes that.
| | * | Correct logic in `format_embed`.Gravatar Izan2022-10-02-2/+3
| |/ / |/| |
* | | Merge pull request #1110 from python-discord/fix-issue-1106Gravatar wookie1842022-10-02-2/+2
|\ \ \ | |/ / |/| | Fix position-only arg in hangman & madlibs command.
| * | Fix position-only arg in madlibs.pyGravatar Izan2022-10-02-1/+1
| | |
| * | Fix position-only arg in hangman.pyGravatar Izan2022-10-02-1/+1
|/ /
* | Bump rapidfuzz from 2.10.1 to 2.10.2 (#1105)Gravatar dependabot[bot]2022-09-28-105/+105
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [rapidfuzz](https://github.com/maxbachmann/RapidFuzz) from 2.10.1 to 2.10.2. - [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.1...v2.10.2) --- updated-dependencies: - dependency-name: rapidfuzz dependency-type: direct:production 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>
* | Bump sentry-sdk from 1.9.8 to 1.9.9 (#1104)Gravatar dependabot[bot]2022-09-27-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.9.8 to 1.9.9. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/1.9.8...1.9.9) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production 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>
* | Merge pull request #1103 from python-discord/dependabot/pip/rapidfuzz-2.10.1Gravatar ChrisJL2022-09-26-203/+209
|\ \ | | | | | | Bump rapidfuzz from 2.10.0 to 2.10.1
| * | Bump rapidfuzz from 2.10.0 to 2.10.1Gravatar dependabot[bot]2022-09-26-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]>
* | Bump rapidfuzz from 2.9.0 to 2.10.0 (#1102)Gravatar dependabot[bot]2022-09-24-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>
* | Bump flake8-bugbear from 22.9.11 to 22.9.23 (#1101)Gravatar dependabot[bot]2022-09-24-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>
* | Merge pull request #1100 from python-discord/update-quackstack-integrationGravatar ChrisJL2022-09-23-4/+3
|\ \
| * | Update quackstack integrationGravatar Chris Lovering2022-09-23-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.
* | Merge pull request #1092 from python-discord/bot-core-migrationGravatar ChrisJL2022-09-23-922/+1868
|\ \
| * | Remove all wait_until_guil_available as this is now done in bot-coreGravatar Chris Lovering2022-09-23-23/+1
| | |
| * | Update games cog token refresh logicGravatar Chris Lovering2022-09-23-37/+38
| | | | | | | | | | | | This moves away from an infinite loop, to a task scheduling approach. Doing it this way avoids an infinitely running cog_load
| * | Bump deps to latestGravatar Chris Lovering2022-09-21-219/+1204
| | |
| * | Support loading all extensions in CIGravatar Chris Lovering2022-09-21-1/+20
| | |
| * | Move init tasks to async cog_load functionsGravatar Chris Lovering2022-09-21-9/+4
| | |
| * | Add dependabot configGravatar Chris Lovering2022-09-21-0/+6
| | |
| * | Fix breaking changes in emoji 2.0Gravatar Chris Lovering2022-09-21-2/+2
| | |
| * | Async load and unload exts in the extensions cogGravatar Chris Lovering2022-09-21-9/+9
| | |
| * | Support discord.py's new async cog loadingGravatar Chris Lovering2022-09-21-179/+179
| | |
| * | Update redis init due to new redis-py upgradeGravatar Chris Lovering2022-09-21-6/+7
| | |
| * | Use extension utils from bot-coreGravatar Chris Lovering2022-09-21-88/+46
| | |
| * | Move startup checks and logs to their own cogGravatar Chris Lovering2022-09-21-30/+45
| | | | | | | | | | | | This is to avoid needed to use wait_until_guild_available during the setup hook.
| * | Remove reference to no longer used EmptyEmbed varGravatar Chris Lovering2022-09-21-2/+1
| | |
| * | Use BotBase from bot coreGravatar Chris Lovering2022-09-21-163/+79
| | |
| * | Use monkey patches from botcoreGravatar Chris Lovering2022-09-21-108/+3
| | |
| * | Don't override default flake8 ignore listGravatar Chris Lovering2022-09-21-1/+1
| | |
| * | Upgrade to Python 3.10Gravatar Chris Lovering2022-09-21-3/+2
| | |
| * | Add bot core as a dep and bump all depsGravatar Chris Lovering2022-09-21-206/+385
|/ /
* | Fix issue #1050 (#1097)Gravatar Jeremiah2022-09-19-1/+1
| | | | | | Co-authored-by: ChrisJL <[email protected]>
* | Merge pull request #981 from onerandomusername/fix-whitelist-inheritanceGravatar ChrisJL2022-09-18-6/+21
|\ \ | | | | | | fix: subcommands inherit their parent's whitelist
| * \ Merge branch 'main' into fix-whitelist-inheritanceGravatar ChrisJL2022-09-18-7/+2
| |\ \ | |/ / |/| |
* | | Merge pull request #1096 from python-discord/fix-issue-1090Gravatar ChrisJL2022-09-18-7/+2
|\ \ \
| * \ \ Merge branch 'main' into fix-issue-1090Gravatar ChrisJL2022-09-18-72/+11
| |\ \ \ | |/ / / |/| | |
| * | | Fix typehintGravatar Izan2022-09-06-5/+1
| | | |
| * | | Remove call to on_command_error that shouldn't be there.Gravatar Izan2022-09-06-2/+1
| | | |
| | * | Merge branch 'main' into fix-whitelist-inheritanceGravatar ChrisJL2022-09-18-1441/+2094
| | |\ \ | |_|/ / |/| | |
* | | | Fix Poetry 1.2 Support (#1099)Gravatar Hassan Abouelela2022-09-17-72/+11
|/ / /
| * | Remove unnecessary hasattr checkGravatar wookie1842022-09-17-1/+1
| | |
| * | Split comment over lines evenlyGravatar wookie1842022-09-17-2/+2
| | |
| * | Apply suggestions from code reviewGravatar arl2022-07-09-1/+1
| | |
| * | minor: remove print debugging statementGravatar onerandomusername2022-01-12-1/+0
| | |
| * | fix: subcommands inherit their parent's whitelistGravatar onerandomusername2022-01-12-6/+22
| | | | | | | | | | | | | | | solves issue with adding decorator to the parent which wouldn't apply to the children
| | * Appeased the formatterGravatar Xithrius2022-11-02-1/+1
| | |