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

Releases: ming-suhi/djs-commando

Event Handling Release

28 Aug 07:31
Compare
Choose a tag to compare

Event Handling Release (v0.4.0)

Changes in this release:

  • Added event handling feature
  • Fixed folder structure, limit of commands folder and index file on root removed

Commands Subfolder Release

27 Aug 12:56
81a6d88
Compare
Choose a tag to compare

Commands Subfolder Release (v0.3.0)

Changes in this release:

  • Ignores folders inside commands folder

Stronger Types Patch

26 Aug 11:35
Compare
Choose a tag to compare

Stronger Types Patch (v0.2.1)

Changes in this release:

  • Stronger types
  • Structure changes(No breaking changes for users)

Commands on Memory Release

14 Aug 06:17
Compare
Choose a tag to compare

Commands on Memory Release (v0.2.0)

Changes in this release:

  • Commands will be stored on memory on start
  • Changes in some typescript types
  • Faster commands

Context Menus Release

13 Aug 09:36
Compare
Choose a tag to compare

Context Menus Release (v0.1.0)

Changes in this release:

  • Uses discord.js v13.1.0
  • Added UserCommand and MessageCommand

Package Remake

07 Aug 09:52
Compare
Choose a tag to compare

Package Remake (v0.0.2)

Changes in this release:

  • Uses discord.js v13
  • Package name migration
  • Package source language migration
  • Package documentation migration
  • Package usage

Package usage changes:

  • Can be used with typescript/javascript
  • Command creation retained
  • Buttons and select menus creation removed
Please read README to get to know the new usage
This release contains breaking changes