All notable changes to this project will be documented in this file.
- CommonJS projects crash when using commandkit cli with watch mode.
- add
onEnd
to ButtonKit
- Update
ValidationFunctionProps
type name toValidationProps
. - Update
autocompleteRun
command function name toautocomplete
. - Update
AutocompleteCommandProps
type name toAutocompleteProps
.
guildOnly
in command options. CommandKit no longer handles theguildOnly
condition. Usedm_permission
in your commanddata
object instead.
- Broken docs links.
ValidationProps
type definition.
- Typos during command load/reload in specific guild (REST).
- Use
process.emitWarning()
for warnings instead of regular console logs. - Throw an error if a global command registration/deletion fails instead of just logging (for legacy command registation).
guildOnly
from docs examples. Closes #42guildOnly
deprecation warning.- Emojis from logs, warnings, and errors.