Update dependency disnake to v2.7.0 #76
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/disnake-2.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
2.6.1
->2.7.0
Release Notes
DisnakeDev/disnake
v2.7.0
Compare Source
What's Changed
This release adds support for python 3.11 and the new selects released by Discord.
See the docs for how to use these new selects.
Breaking Changes
Message.system_content
may return None. While this is documented as a breaking change, this function always could return None if the message type was not recognised. (#766)Deprecations
InteractionDataResolved
. (#814)New Features
Message.system_content
to be accurate to the client as of October 2022. (#766)GuildScheduledEvent.start()
,.end
and.cancel
shortcuts. (#781)ext.commands.InteractionBot
,ext.commands.AutoShardedInteractionBot
. (#791)ComponentType
values.UserSelectMenu
,RoleSelectMenu
,MentionableSelectMenu
,ChannelSelectMenu
components.ui.UserSelect
,ui.RoleSelect
,ui.MentionableSelect
,ui.ChannelSelect
UI types.ui.user_select()
,ui.role_select()
,ui.mentionable_select()
,ui.channel_select()
decorators.ui.ActionRow.add_user_select()
,add_role_select()
,add_mentionable_select()
,add_channel_select()
StringSelectMenu
ui.StringSelect
ui.string_select()
ui.ActionRow.add_string_select()
MessageInteraction.resolved_values
andMessageInteractionData.resolved
.ForumChannel.create_thread()
to be optional. (#822)Interaction.edit_original_response()
andInteractionMessage.edit()
. (#832)Bug Fixes
PermissionOverwrite
: use_application_commands and use_embedded_activities. (#777)Embed.copy()
and that the copied embed is completely separate from the original one. (#792)Member.ban()
erroring when the delete_message_days parameter was provided. (#810)Permissions.manage_threads
. (#818)AutoModKeywordPresets
values. (#820)Documentation
disnake.File
object as file kwarg makes adisnake.Embed
not reusable. (#786)Miscellaneous
Full changelog: https://docs.disnake.dev/en/stable/whats_new.html#v2-7-0
Git history: https://github.com/DisnakeDev/disnake/compare/v2.6.0...v2.7.0
v2.6.2
Compare Source
Bug Fixes
Permissions.manage_threads
. (#818)AutoModKeywordPresets
values. (#820)Full changelog: https://docs.disnake.dev/en/v2.6.2/whats_new.html#v2-6-2
Git history: https://github.com/DisnakeDev/disnake/compare/v2.6.1...v2.6.2
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.