pypi py-cord 2.7.1
v2.7.1

7 hours ago

What's Changed

Added

  • Added .extension attribute to the AppEmoji and GuildEmoji classes. (#3055)
  • Added the ability to compare instances of PrimaryGuild. (#3077)

Changed

  • Updated Role.is_assignable() to also check whether the bot has the MANAGE_ROLES permission. (#3048)
  • Updated the docs' Sphinx version to v9. (#3067)

Fixed

  • Fixed core issues with modifying items in Container and Section (#3032)
  • Fixed an issue where views raised unnecessary errors on timeout. (#3019)
  • Fixed RawMessageUpdateEvent.cached_message being always None even when the message was cached. (#3038)
  • Fixed an issue with downloading animated emojis which were originally uploaded as WebP files by changing the .url extension of animated emojis from .gif to .webp. (#3055)
  • Fixed the Interaction.channel attribute not being properly resolved with user-installed commands ran in guilds of which the bot is not a member. (#3047)
  • Fixed the following ForwardedMessage attributes not being populated: ForwardedMessage.mentions, ForwardedMessage.role_mentions, and ForwardedMessage.type. (#3051)
  • Fixed incorrect page group assignment in paginators. (#3065)
  • Fixed the Interaction.respond and ApplicationContext.respond methods to explicitly list the accepted parameters. (#3061)
  • Fixed an issue where the optional parameters of the InteractionResponse.send_message method were not type-hinted as optional. (#3061)
  • Fixed the update of a user's primary_guild to now cause an on_user_update event to fire. (#3077)
  • Fixed an error when using methods from other classes regarding option autocompletes. (#3082)
  • Fixed ext.pages.Paginator not working anymore when using custom_view. (#3090)

New Contributors

Full Changelog: v2.7.0...v2.7.1

Don't miss a new py-cord release

NewReleases is sending notifications on new releases.