Skip to content
This repository has been archived by the owner on Dec 2, 2023. It is now read-only.

CommandBot 3.0.0

Compare
Choose a tag to compare
@GRZ4NA GRZ4NA released this 29 Aug 16:11
· 331 commits to master since this release
8398034

New features

  • added the support for slash commands
  • added command parameters
  • created new documentation
  • added guild specific commands
  • added the ability to use only slash commands
  • added new SUCCESS system message
  • added a function to fetch parameter values
  • created a lot of new types, classes etc.
  • added new exports

Changes since 3.0.0-rc5

  • added strict guild and slash command support checking
  • changed argumentSeparator name to parameterSeparator
  • separated registering process to a method
  • simplified choices in parameters
  • added reply checking to command execution procedure
  • removed automatic logging error to console
  • fixed an error with registering guild-specific slash commands
  • added the ability to hide help message from the list

Compatibility

There are a lot of breaking changes in this version. In order to upgrade from version 2.0.0, you will have to make major changes in your code.

Known issues

  • some JSDoc comments are not fully accurate (please use README.md or TypeScript autocompletion)

Coming in 3.1.0

  • server-specific help messages