4.0.1
What's Changed
- Options are now correctly processed under a subcommand or grouping.
4.0.0
and other libraries now run on the same space with event loop gathering.- Select menu option JSON is now fixed when converted from the object scope.
- Log is no longer spammed with warnings about a dispatched
VOICE
. - Components are able to be deferred correctly.
- Button label documentation is corrected.
- 💥BREAKING: Global commands are now able to synchronize and be registered.
- the
WebSocket
for gateway will now factor in jitter from latency and trigger a reconnection when the connection dies. - Embed JSON data for each attribute are now respectively written during conversion.
InteractionData
will now recursively generates options when present for context.ctx.send
andctx.edit
now share the same arguments and signature.member
andhoisted_role
are no longer missing fromMessageInteraction
andGuildMember
respectively.Embed
type
attribute is now more descriptive to its purpose.- Python 3.10 is now compatible.
@component
decorator now supportscustom_id
as a string-based argument.
New Contributors
- @MeidoNoHitsuji: #376
- @EdVraz: #382
Full Changelog: 4.0.0...4.0.1