What's Changed
Added
- Added
.extensionattribute to theAppEmojiandGuildEmojiclasses. (#3055) - Added the ability to compare instances of
PrimaryGuild. (#3077)
Changed
- Updated
Role.is_assignable()to also check whether the bot has theMANAGE_ROLESpermission. (#3048) - Updated the docs' Sphinx version to v9. (#3067)
Fixed
- Fixed core issues with modifying items in
ContainerandSection(#3032) - Fixed an issue where views raised unnecessary errors on timeout. (#3019)
- Fixed
RawMessageUpdateEvent.cached_messagebeing alwaysNoneeven when the message was cached. (#3038) - Fixed an issue with downloading animated emojis which were originally uploaded as WebP files by changing the
.urlextension of animated emojis from.gifto.webp. (#3055) - Fixed the
Interaction.channelattribute not being properly resolved with user-installed commands ran in guilds of which the bot is not a member. (#3047) - Fixed the following
ForwardedMessageattributes not being populated:ForwardedMessage.mentions,ForwardedMessage.role_mentions, andForwardedMessage.type. (#3051) - Fixed incorrect page group assignment in paginators. (#3065)
- Fixed the
Interaction.respondandApplicationContext.respondmethods to explicitly list the accepted parameters. (#3061) - Fixed an issue where the optional parameters of the
InteractionResponse.send_messagemethod were not type-hinted as optional. (#3061) - Fixed the update of a user's
primary_guildto now cause anon_user_updateevent to fire. (#3077) - Fixed an error when using methods from other classes regarding option autocompletes. (#3082)
- Fixed
ext.pages.Paginatornot working anymore when usingcustom_view. (#3090)
New Contributors
Full Changelog: v2.7.0...v2.7.1