| Commit message (Collapse) | Author | Age | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |\
| |
| | |
Bump rapidfuzz from 2.10.0 to 2.10.1
|
| |/
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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]>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |\ |
|
| |/
|
|
| |
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.
|
| |\ |
|
| | | |
|
| | |
| |
| |
| | |
This moves away from an infinite loop, to a task scheduling approach. Doing it this way avoids an infinitely running cog_load
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| |
| |
| | |
This is to avoid needed to use wait_until_guild_available during the setup hook.
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| |/ |
|
| |
|
| |
Co-authored-by: ChrisJL <[email protected]>
|
| |\
| |
| | |
fix: subcommands inherit their parent's whitelist
|
| | |\
| |/
|/| |
|
| |\ \ |
|
| | |\ \
| |/ /
|/| | |
|
| | | | |
|
| | | | |
|
| | | |\
| |_|/
|/| | |
|
| |/ / |
|
| |\ \ |
|
| |/ /
| |
| |
| |
| |
| |
| |
| | |
1<<15 is the flag for message content intent, so adding this value to the intents value hard codes that to always be enabled.
Doing it this way also bypasses the need to patch the flags themselvse in discord.py.
This is required until https://github.com/python-discord/sir-lancebot/pull/1092 is merged.
|
| |\ \ |
|
| | | | |
|
| | | |
| | |
| | |
| | | |
This moves sending the error response to within the except block, making it easier to parse what the code is doing.
|
| | | |
| | |
| | |
| | | |
Since there are some comands that work in DMs, we should allow the command to be ran there.
|
| | | | |
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Specifying root_aliases causes bookmark delete to be registered as a command rather than subcommand, which causes it to be listed even though subcommands usually aren't, and this isn't done correctly.
Co-authored-by: wookie184 <[email protected]>
|
| | | | |
|
| | | |
| | |
| | |
| | |
| | |
| | | |
The DM only check was interfering with our global check against DM messages.
This commit also makes the docstring a little more explanatory, as this is what the user sees when running the help command.
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| |/ / |
|