| Name | Modified | Size | Downloads / 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
.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
- @rhou7873 made their first contribution in https://github.com/Pycord-Development/pycord/pull/3045
Full Changelog: https://github.com/Pycord-Development/pycord/compare/v2.7.0...v2.7.1