Releases: underctrl-io/commandkit
Releases · underctrl-io/commandkit
v0.1.0
Added
handler
object to command, event, and validation params. Going forward this will give access to properties and methods which will make development easier.- Type definitions for better TypeScript support.
Changed
userPermissions
andbotPermissions
built-in validations now reply with the command’s missing permissions instead of all the required permissions.userPermissions
andbotPermissions
doesn’t require an array for single permissions anymore. They can now be directly set to aPermissionResolvable
.
Fixed
- Colors dependency affecting global
String.prototype
.
v0.0.10
Added
- Support for ESM using tsup.
- Colored terminal messages to differentiate warnings, errors, and success messages.
Removed
- CHANGELOG.md in favor of the releases section
v0.0.9
Added
- Support for developer role IDs.
- Ability to skip built-in validations by setting
skipBuiltInValidations
totrue
inside theCommandKit
constructor.
Changed
- Change validations to run custom user validations first, then CommandKit's built-in validations.