| Commit message (Collapse) | Author | Age | Lines |
... | |
| |\
| |/
|/| |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* add is_voice_channel predicate
* ignore jump urls for voice channels
* Revert "ignore jump urls for voice channels"
This reverts commit 57aabacb364dee5b065df6c33cdfb8afa36f5d3f.
* Revert "add is_voice_channel predicate"
This reverts commit 55856611a10be37a183c7dbd97638cc9cc86326d.
* add null check on ctx.message
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Bumps [ruff](https://github.com/charliermarsh/ruff) from 0.0.262 to 0.0.263.
- [Release notes](https://github.com/charliermarsh/ruff/releases)
- [Changelog](https://github.com/charliermarsh/ruff/blob/main/BREAKING_CHANGES.md)
- [Commits](https://github.com/charliermarsh/ruff/compare/v0.0.262...v0.0.263)
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.20.0 to 1.21.1.
- [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.20.0...1.21.1)
---
updated-dependencies:
- dependency-name: sentry-sdk
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.2.3 to 7.2.4.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](https://github.com/nedbat/coveragepy/compare/7.2.3...7.2.4)
---
updated-dependencies:
- dependency-name: coverage
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Bumps [tldextract](https://github.com/john-kurkowski/tldextract) from 3.4.0 to 3.4.1.
- [Release notes](https://github.com/john-kurkowski/tldextract/releases)
- [Changelog](https://github.com/john-kurkowski/tldextract/blob/master/CHANGELOG.md)
- [Commits](https://github.com/john-kurkowski/tldextract/compare/3.4.0...3.4.1)
---
updated-dependencies:
- dependency-name: tldextract
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Bumps [pip-licenses](https://github.com/raimon49/pip-licenses) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/raimon49/pip-licenses/releases)
- [Changelog](https://github.com/raimon49/pip-licenses/blob/master/CHANGELOG.md)
- [Commits](https://github.com/raimon49/pip-licenses/compare/v-4.2.0...v-4.3.0)
---
updated-dependencies:
- dependency-name: pip-licenses
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
| | |
|
| | |
|
| |
| |
| | |
Co-authored-by: wookie184 <[email protected]>
|
| |
| |
| | |
Co-authored-by: wookie184 <[email protected]>
|
| | |
|
| |
| |
| | |
Co-authored-by: Canttuchdiz <[email protected]>
|
| |
| |
| | |
Co-authored-by: Canttuchdiz <[email protected]>
|
|/ |
|
|\
| |
| | |
Use documented spec extensions in docker compose
|
| |
| |
| |
| | |
This is no longer needed as we are not using any 'unsafe' yml on purpose anymore.
|
|/
|
|
| |
The previous method of '<<' no longer works with the latest version of docker compose. This method is what is documented in the [compose spec](https://github.com/compose-spec/compose-spec/blob/master/spec.md#extension)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Remove !close command from helpers.
Previously, helpers could use the !close command to put inactive help channels back into circulation. This is no longer necessary now that we use threads.
* Change Role constant for `!close`
`[Roles.moderators, Roles.admins]` to `Guild.moderation_roles`
Co-authored-by: ChrisJL <[email protected]>
---------
Co-authored-by: ChrisJL <[email protected]>
|
|\
| |
| | |
Don't collect coverage info by default when running tests
|
| |\
| |/
|/| |
|
|\ \
| | |
| | | |
Bump sentry-sdk from 1.19.1 to 1.20.0
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.19.1 to 1.20.0.
- [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.19.1...1.20.0)
---
updated-dependencies:
- dependency-name: sentry-sdk
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
|
|\ \
| | |
| | | |
Bump ruff from 0.0.261 to 0.0.262
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Bumps [ruff](https://github.com/charliermarsh/ruff) from 0.0.261 to 0.0.262.
- [Release notes](https://github.com/charliermarsh/ruff/releases)
- [Changelog](https://github.com/charliermarsh/ruff/blob/main/BREAKING_CHANGES.md)
- [Commits](https://github.com/charliermarsh/ruff/compare/v0.0.261...v0.0.262)
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
|
|\ \
| | |
| | | |
Bump pytest from 7.3.0 to 7.3.1
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.3.0 to 7.3.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/7.3.0...7.3.1)
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
|
|\ \
| | |
| | | |
Bump rapidfuzz from 2.15.1 to 3.0.0
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Bumps [rapidfuzz](https://github.com/maxbachmann/RapidFuzz) from 2.15.1 to 3.0.0.
- [Release notes](https://github.com/maxbachmann/RapidFuzz/releases)
- [Changelog](https://github.com/maxbachmann/RapidFuzz/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/maxbachmann/RapidFuzz/compare/v2.15.1...v3.0.0)
---
updated-dependencies:
- dependency-name: rapidfuzz
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
|
|\ \
| | |
| | | |
Update filtering.py to ignore edits by bots
|
| | | |
|
|/ /
| |
| | |
#2549
|
| | |
|
|/ |
|
|\
| |
| | |
Improve test speed with some cached_property decorators
|
|/ |
|
| |
|
|
|
|
|
| |
* Include thread jump url in nomination archive message
* Use existing thread variable
|
| |
|
|\
| |
| |
| |
| | |
python-discord/use-paste-service-for-long-autoban-filters
Upload weekly autoban report to pastebin
|
| |\
| |/
|/| |
|
| | |
|
|/
|
|
|
|
| |
This fixes #2391 and solves BOT-3CR which was caused by the weekly report being longer than 2000 characters.
Instead of posting the entire report to Discord, it is now upload to the pastebin, and uploaded as a text file to the channel, so people can use what they prefer.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps [pip-licenses](https://github.com/raimon49/pip-licenses) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/raimon49/pip-licenses/releases)
- [Changelog](https://github.com/raimon49/pip-licenses/blob/master/CHANGELOG.md)
- [Commits](https://github.com/raimon49/pip-licenses/compare/v-4.1.0...v-4.2.0)
---
updated-dependencies:
- dependency-name: pip-licenses
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps [ruff](https://github.com/charliermarsh/ruff) from 0.0.260 to 0.0.261.
- [Release notes](https://github.com/charliermarsh/ruff/releases)
- [Changelog](https://github.com/charliermarsh/ruff/blob/main/BREAKING_CHANGES.md)
- [Commits](https://github.com/charliermarsh/ruff/compare/v0.0.260...v0.0.261)
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
|\
| |
| | |
Fix deleted message logging in mod alert
|
| |\
| |/
|/| |
|