4.3.2
What's Changed
- Added command and option name for
Exceptionmessages. - Removed
Client.__resolve_eventsand associated events. - Added download helper method for
Attachments. - Added helper methods for component disabling.
- Added
presenceproperty toUser. - Added
AllowedMentionsobject. - 💥BREAKING: Renamed outdated channel name types.
- 💥BREAKING: Completely redone gateway connection for better stability.
- 💥BREAKING: Implemented a guild id property for the member object.
- Fixed
Member.get_avatar_urlreturningNonewhen no guild avatar exists. - Removed any unclosed client session messages.
- Added
APPLICATION_COMMAND_BADGEtoAppFlags. - Added sticker helper methods.
- Implemented
has_permissions()for theContextandMemberclass. - Implemented
Guild.get_scheduled_events(). - Implemented full support for prune endpoints.
- Changed type of parameters in scheduled event requests from
Snowflaketoint. - Fixed autodefer with
*argsand**kwargssupport in commands. - 💥BREAKING: Changed
delete_message_daysargument for banning to seconds. - Implemented Forum channel support.
- Added new auditlog event support.
- 💥BREAKING: Added
eventargument toraw_socket_create()dispatch function. - Added support for chunking members via Gateway.
- Added embed suppression in interaction responses.
- Implemented debug parameter for the client.
- Added client, command, and extension to
CommandContextinstances. - Updated
ComponentContext.labelto reflect component models. - Implemented
send()method for User class.
New Contributors
Full Changelog: 4.3.1...4.3.2