Download Latest Version py_cord-2.8.0.tar.gz (1.2 MB)
Email in envelope

Get an email when there's a new version of Pycord

Home / v2.7.1
Name Modified Size InfoDownloads / Week
Parent folder
py_cord-2.7.1-py3-none-any.whl 2026-02-09 1.2 MB
py_cord-2.7.1.tar.gz 2026-02-09 1.1 MB
README.md 2026-02-09 2.9 kB
v2.7.1 source code.tar.gz 2026-02-09 11.4 MB
v2.7.1 source code.zip 2026-02-09 12.0 MB
Totals: 5 Items   25.8 MB 0

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: https://github.com/Pycord-Development/pycord/compare/v2.7.0...v2.7.1

Source: README.md, updated 2026-02-09