Skip to content

Releases: Androz2091/discord-sync-commands

0.5.2

15 Aug 15:28
b3f83d2
Compare
Choose a tag to compare
  • Forgot to bump package.json for 0.5.1

0.5.1

15 Aug 14:03
163f05d
Compare
Choose a tag to compare
  • Fixed a typo

0.5.0

22 Jul 07:35
Compare
Choose a tag to compare

Thanks to @sw3do for the amazing help!

  • Replace custom option comparison with ApplicationCommand.optionsEqual() for better reliability
  • Add modern event handling using Events.ClientReady constant for type
  • Implement comprehensive JSDoc documentation with detailed parameter descriptions
  • Enhance error handling with better logging and RESTJSONErrorCodes usage
  • Add input validation for client and commands parameters
  • Improve debug logging with prefixed messages and operation details
  • Update README.md with SlashCommandBuilder examples and advanced usage patterns
  • Add support for complex command structures (subcommands, subcommand groups, NSFW)
  • Optimize performance by removing redundant custom comparison functions
  • Enhance code maintainability with better structure and documentation

0.4.1

18 Jun 09:12
03f1d08
Compare
Choose a tag to compare

Enhancements

  • Throw clearer error in case of missing scope #6

0.4.0

18 Jun 07:08
Compare
Choose a tag to compare

Fixes

  • Upgrade discord.js to v14.0.20 and fix compatibility issues #5

0.2.0

25 Aug 06:32
Compare
Choose a tag to compare

Added

  • Add support for guild slash commands. (2eeed45)

0.1.2

24 Aug 09:40
Compare
Choose a tag to compare

Fixed

  • Fix debug log of deleted commands. (8429cb0)

0.1.1

24 Aug 09:35
Compare
Choose a tag to compare

Fixed

  • Deletion of commands is now working. (f40018d)

0.1.0

24 Aug 09:00
Compare
Choose a tag to compare

First release that works. Waiting for https://github.com/discordjs/discord.js/pull/6414/files to be merged and released to publish v1.