| Commit message (Collapse) | Author | Age | Lines |
| |
|
|
| |
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
| |
|
|
| |
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
| |\
| |
| | |
Allow .latex in python-help channel
|
| | |\
| |/
|/| |
|
| |\ \
| | |
| | | |
Whitelist a thread when its parent is whitelisted
|
| | | | |
|
| |/ / |
|
| |/ |
|
| |\
| |
| |
| |
| | |
python-discord/dependabot/github_actions/docker/build-push-action-4
Bump docker/build-push-action from 3 to 4
|
| |/
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v3...v4)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
|
| |\
| |
| | |
Python 3.11
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| |/ |
|
| |
|
| |
Co-authored-by: Xithrius <[email protected]>
|
| |
|
|
| |
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
| |
|
|
| |
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
| |
|
|
| |
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add default unicode emoji for trashcan
* Fix keeping the emoji for pydis and default unicode emoji for forks
* Remove extra vairable in `Emoji`
Co-authored-by: wookie184 <[email protected]>
* Remove f-string without placeholder
The flake8 life.
---------
Co-authored-by: wookie184 <[email protected]>
|
| |
|
|
| |
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
| |\
| |
| | |
Deprecate bookmark text command
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| |/ |
|
| |\
| |
| | |
fix typo in user-facing bookmark message
|
| |/ |
|
| |\
| |
| |
| |
| | |
python-discord/dependabot/pip/flake8-bugbear-23.2.13
Bump flake8-bugbear from 23.1.20 to 23.2.13
|
| |/
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 23.1.20 to 23.2.13.
- [Release notes](https://github.com/PyCQA/flake8-bugbear/releases)
- [Commits](https://github.com/PyCQA/flake8-bugbear/compare/23.1.20...23.2.13)
---
updated-dependencies:
- dependency-name: flake8-bugbear
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
|
| |\
| |
| | |
Make bookmark a context menu command
|
| | | |
|
| | | |
|
| | | |
|
| | |
| |
| |
| | |
This will be sent along the ephemeral message
|
| | | |
|
| | | |
|
| | | |
|
| | |
| |
| |
| |
| |
| | |
This prompts the user for a custom title for their input.
This has been added to not lose the functionality of adding a custom title for a bookmark for those who need it.
|
| | |
| |
| |
| |
| | |
This bus was introduced upon refactoring the perms check.
It tries to access an author property from within a user, which doesn't exist.
|
| | |
| |
| |
| | |
This bus was introduced upon refactoring the perms check, and it calls channel from within a channel.
|
| | |
| |
| |
| |
| |
| | |
This removes the need of the `user_is_permitted_to_bookmark` func, and keeps the code cleaner & more coherent
It always relis on using interaction.response to reply instead of context, which might result in a failed interaction
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|