Skip to content

v0.1.9

Compare
Choose a tag to compare
@notunderctrl notunderctrl released this 12 Dec 19:30
60ab313

Changes (breaking)

  • Update ValidationFunctionProps type name to ValidationProps.
  • Update autocompleteRun command function name to autocomplete.
  • Update AutocompleteCommandProps type name to AutocompleteProps.

Deprecated

  • guildOnly in command options. CommandKit no longer handles the guildOnly condition. Use dm_permission in your command data object instead.

Fixed

  • Broken docs links.