4.0.1
What's Changed
- Options are now correctly processed under a subcommand or grouping.
4.0.0and 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
WebSocketfor 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.
InteractionDatawill now recursively generates options when present for context.ctx.sendandctx.editnow share the same arguments and signature.memberandhoisted_roleare no longer missing fromMessageInteractionandGuildMemberrespectively.Embedtypeattribute is now more descriptive to its purpose.- Python 3.10 is now compatible.
@componentdecorator now supportscustom_idas a string-based argument.
New Contributors
- @MeidoNoHitsuji: #376
- @EdVraz: #382
Full Changelog: 4.0.0...4.0.1