4.3.2
What's Changed
- Added command and option name for
Exception
messages. - Removed
Client.__resolve_events
and associated events. - Added download helper method for
Attachments
. - Added helper methods for component disabling.
- Added
presence
property toUser
. - Added
AllowedMentions
object. - 💥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_url
returningNone
when no guild avatar exists. - Removed any unclosed client session messages.
- Added
APPLICATION_COMMAND_BADGE
toAppFlags
. - Added sticker helper methods.
- Implemented
has_permissions()
for theContext
andMember
class. - Implemented
Guild.get_scheduled_events()
. - Implemented full support for prune endpoints.
- Changed type of parameters in scheduled event requests from
Snowflake
toint
. - Fixed autodefer with
*args
and**kwargs
support in commands. - 💥BREAKING: Changed
delete_message_days
argument for banning to seconds. - Implemented Forum channel support.
- Added new auditlog event support.
- 💥BREAKING: Added
event
argument 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
CommandContext
instances. - Updated
ComponentContext.label
to reflect component models. - Implemented
send()
method for User class.
New Contributors
Full Changelog: 4.3.1...4.3.2