Releases: 0xDevansh/djs-marshal
Releases · 0xDevansh/djs-marshal
v2.1.0
v2.0.0
v1.3.2
v1.3.1
v1.3.0
Changes
- Added convenience methods: defineSlashCommand, defineButtonCommand and defineSelectMenuCommand
- Added button and select menu examples to the readme
v1.2.2
v1.2.1
Changes
- The status of command, button and select menus being loaded is now logged more clearly in verbose mode
- Permission options can now only be used for guild commands
Bug fixes
- Fixed a bug where old guild commands were not being removed properly while syncing guild commands
What's Changed
- Release/1.2.0 by @DeathVenom54 in #3
Full Changelog: v1.2.0...v1.2.1
v1.2.0
Changes
- Deprecated SlashCommand.allowWithPermission
- Added new permission fields to SlashCommand:
- allowRoles
- denyRoles
- allowUsers
- denyUsers
- Added field
handleError
, and error handling while executing slash commands
Full Changelog: v1.1.1...v1.2.0