-
Notifications
You must be signed in to change notification settings - Fork 187
5.11.0 #1581
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
Conversation
* chore: Version bump Signed-off-by: LordOfPolls <dev@lordofpolls.com> * 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 <dev@lordofpolls.com> Co-authored-by: Katelyn Gigante <clockwork.singularity@gmail.com> Co-authored-by: LordOfPolls <dev@lordofpolls.com> 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 <84055084+Catalyst4222@users.noreply.github.com>
* 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 <dev@lordofpolls.com>
Signed-off-by: ItsRqtl <itsrqtl@gmail.com>
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 <dev@lordofpolls.com> * feat: support nitro basic PremiumType --------- Signed-off-by: LordOfPolls <dev@lordofpolls.com> Co-authored-by: Katelyn Gigante <clockwork.singularity@gmail.com> Co-authored-by: LordOfPolls <dev@lordofpolls.com>
* fix: Snowflake encoding issue when msgspec is used Signed-off-by: Lacosst0 <68904262+Lacosst0@users.noreply.github.com> * Combine 2 isinstance into 1 Signed-off-by: Lacosst0 <68904262+Lacosst0@users.noreply.github.com> --------- Signed-off-by: Lacosst0 <68904262+Lacosst0@users.noreply.github.com>
* 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 <dev@lordofpolls.com> * Removed self as first parameter to functions (not methods) in Guides. --------- Signed-off-by: LordOfPolls <dev@lordofpolls.com> Co-authored-by: Katelyn Gigante <clockwork.singularity@gmail.com> Co-authored-by: LordOfPolls <dev@lordofpolls.com>
* 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 <dev@lordofpolls.com>
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 <dev@lordofpolls.com>
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.