- Breaking: Re-order OptionParams object parameters.
description=is now the first & only positional argument.name=has been moved to the second parameter and is now keyword-only. - Add limiters.
- Add
autodefer,default_permissions,is_dm_enabledandis_nsfwto client & plugin types. If set, these settings will be applied to all commands added to the client/plugin. They can still however be overridden by individual commands. - Add
GatewayClientBaseandRESTClientBaseto aid in creating custom client types. Examples on how to do this have also been added to the repository. - Fix
InteractionResponse.retrieve_message()failing due to incorrect assertion. - Fix subcommands & subgroups unable to have hooks or an error handler.