Skip to content

Releases: 0xDevansh/djs-marshal

v2.1.0

09 Oct 03:37
f0a5a80
Compare
Choose a tag to compare

Changes

  • added syncAllGlobalCommands

v2.0.0

10 Sep 10:40
e46574b
Compare
Choose a tag to compare

v2.0.0 uses discord.js v14

Changes

  • Removed logging
  • Removed permission options for SlashCommand

v1.3.2

18 Jul 13:33
7102e4e
Compare
Choose a tag to compare

Changes

  • Edit global commands if changed instead of creating new ones

v1.3.1

10 May 11:01
Compare
Choose a tag to compare

Bug fixes

  • Downgraded chalk to the last non-ESmodule version

v1.3.0

02 May 12:35
Compare
Choose a tag to compare

Changes

v1.2.2

17 Mar 13:43
Compare
Choose a tag to compare

Changes

  • Deprecated syncPermissions (for real this time :P)
  • Made syncGuildCommands more efficient
  • Changed release branch format from release/x.x.x to vx.x.x

v1.2.1

15 Mar 06:58
Compare
Choose a tag to compare

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

10 Mar 15:33
Compare
Choose a tag to compare

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

v1.1.1

03 Jan 06:52
Compare
Choose a tag to compare

Changes

  • Exported syncPermissions and syncCommandsForGuild

Full Changelog: v1.1.0...v1.1.1

v1.1.0

31 Dec 13:42
Compare
Choose a tag to compare

v1.1.0 - Expanding possibilities

Changes

  • Added ButtonCommand and SelectMenuCommand
  • Removed fancy-but-not-worth-it guild commands syncing

What's next?

I think that djs-marshal is robust enough and I will be taking a break for now...