Skip to content

Release 1.1.9

Compare
Choose a tag to compare
@3ddelano 3ddelano released this 18 Dec 18:13
· 13 commits to main since this release

1.1.9

Implemented application commands (CHAT_INPUT / USER / MESSAGE commands) and also autocomplete response for application commands

  • Added is_command(), is_autocomplete() and respond_autocomplete() methods to DiscordInteraction
  • Added register_command(), register_commands(), delete_command(), delete_commands(), get_command() and get_commands() methods to DiscordBot
  • Added class ApplicationCommand
  • Made data argument in SelectMenu.add_option() optional