v0.1.9
Changes (breaking)
- Update
ValidationFunctionProps
type name toValidationProps
. - Update
autocompleteRun
command function name toautocomplete
. - Update
AutocompleteCommandProps
type name toAutocompleteProps
.
Deprecated
guildOnly
in command options. CommandKit no longer handles theguildOnly
condition. Usedm_permission
in your commanddata
object instead.
Fixed
- Broken docs links.