v2.6.3a1
·
413 commits
to master
since this release
2.6.3a1 - 2022-09-17
Added
follow_wrappedparameter toComponent.with_command.MessageCommandGroup.as_sub_command,MessageCommandGroup.as_sub_group,SlashCommandGroup.as_sub_commandandSlashCommandGroup.make_sub_groupshorthand methods for creating sub-command and sub-command-groups directly on groups.Client.set_interaction_acceptsfor configuring which interaction types a client should listen for and execute.
Changed
Client.set_message_acceptsnow raises aRuntimeErrorif called while the client is running to ensure consistent behaviour.
Removed
- The broken
add_injectorargument fromtanjun.clients.Client.add_component.