-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
5.11.0 #1581
5.11.0 #1581
Conversation
* chore: Version bump Signed-off-by: LordOfPolls <[email protected]> * Implemented role icon edit * added role icon editing to the edit method * Update misc_utils.py * ci: correct from checks. * fixed formatting, added return formatting indicator * Noticed that interactions.client.utils.serializer already had the functions I added to misc_utils. Undid those changes and tidied up the code in role.py to reflect the already existing converter. Added an error raise if both icon and unicode emojis are used in one edit (the api requires only one is provided.) * Cleaned up the docstring and moved the icon serialization cleaned up the docstring to better align with requirements, moved the icon serialization so the payload's code is a bit easier to follow at a glance. * Added UPLOADABLE_TYPE per comment --------- Signed-off-by: LordOfPolls <[email protected]> Co-authored-by: Katelyn Gigante <[email protected]> Co-authored-by: LordOfPolls <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
https://discord.com/channels/789032594456576001/1160026100001427476 Signed-off-by: Nathan Spees <[email protected]>
* ci: weekly check. updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/astral-sh/ruff-pre-commit: v0.0.282 → v0.0.292](astral-sh/ruff-pre-commit@v0.0.282...v0.0.292) - [github.com/psf/black: 23.7.0 → 23.9.1](psf/black@23.7.0...23.9.1) * ci: correct from checks. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Signed-off-by: LordOfPolls <[email protected]>
Signed-off-by: ItsRqtl <[email protected]>
updates: - [github.com/astral-sh/ruff-pre-commit: v0.0.292 → v0.1.5](astral-sh/ruff-pre-commit@v0.0.292...v0.1.5) - [github.com/psf/black: 23.9.1 → 23.11.0](psf/black@23.9.1...23.11.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* chore: Version bump Signed-off-by: LordOfPolls <[email protected]> * feat: support nitro basic PremiumType --------- Signed-off-by: LordOfPolls <[email protected]> Co-authored-by: Katelyn Gigante <[email protected]> Co-authored-by: LordOfPolls <[email protected]>
* fix: Snowflake encoding issue when msgspec is used Signed-off-by: Lacosst0 <[email protected]> * Combine 2 isinstance into 1 Signed-off-by: Lacosst0 <[email protected]> --------- Signed-off-by: Lacosst0 <[email protected]>
* feat: add support select menu defaults * feat: add new objects to local scope __all__ * fix: use discordobject as base for dfaultselectvalue
…#1571) * chore: Version bump Signed-off-by: LordOfPolls <[email protected]> * Removed self as first parameter to functions (not methods) in Guides. --------- Signed-off-by: LordOfPolls <[email protected]> Co-authored-by: Katelyn Gigante <[email protected]> Co-authored-by: LordOfPolls <[email protected]>
* feat: add Client.mention_command This makes it much easier to mention a command if you don't know how to use bot internals. * docs: remove pointless typehint notes
* fix: ensure time trigger target is greater than last call time * refactor: adjust fix to be more "proper" * docs: document the weird fix
Signed-off-by: LordOfPolls <[email protected]>
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## stable #1581 +/- ##
==========================================
- Coverage 45.96% 45.95% -0.01%
==========================================
Files 144 144
Lines 15437 15492 +55
==========================================
+ Hits 7096 7120 +24
- Misses 8341 8372 +31 ☔ View full report in Codecov by Sentry. |
Signed-off-by: LordOfPolls <[email protected]>
Mergability conflict fixed - this is stable and ready for merge |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it is so funny being nearly half of the commits for this release
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are we putting all breaking changes on backburner for 6.x? when are we moving to working on it?
No description provided.