Skip to content

v2.6.3a1

Choose a tag to compare

@FasterSpeeding FasterSpeeding released this 17 Sep 02:49
· 413 commits to master since this release
2caaff3

2.6.3a1 - 2022-09-17

Added

  • follow_wrapped parameter to Component.with_command.
  • MessageCommandGroup.as_sub_command, MessageCommandGroup.as_sub_group, SlashCommandGroup.as_sub_command and SlashCommandGroup.make_sub_group shorthand methods for creating sub-command and sub-command-groups directly on groups.
  • Client.set_interaction_accepts for configuring which interaction types a client should listen for and execute.

Changed

  • Client.set_message_accepts now raises a RuntimeError if called while the client is running to ensure consistent behaviour.

Removed

  • The broken add_injector argument from tanjun.clients.Client.add_component.