Advanced-Command-Handler

This is an Advanced Command Handler that uses classes for commands.

MIT License

Stars
33
Committers
10

Bot releases are visible (Hide)

Advanced-Command-Handler - 1.2.0

Published by Ayfri about 4 years ago

This release removed examples (moved to a this repo and reorganized the README.md

Changelog

  • argError is not longer async.
  • Added an index to the README.
  • Fixed argError not working.
  • Removed examples directory as they are now in another repo.
  • README is now clearer to read.
Advanced-Command-Handler - 1.1.0

Published by Ayfri about 4 years ago

This release add the cooldown feature and now use prettier as a formatter.

Changelog

• Added cooldowns to the CommandHandler class (#23).
• Added a cooldown property to classes.
• Added prettier as a dev dependency.
• Added prettier configuration into the package.json.
• Added a prettier script to reformat all the source.
• Added a start script for the Simple Bot example.
• Added main entry for Simple Bot example.
• Refactored some JSDoc to use typedefs.
• Reformatted using Prettier.
• Updated Simple Bot example to use cooldowns (1.0.1).

Advanced-Command-Handler - 1.0.6

Published by Ayfri about 4 years ago

This release fixes some JSDoc issues and little bugs.

Changelog

• Added more description into the package.json.
• Added missing informations into the package.json.
• Changed a bit the code from the SimpleBot example to make it prettier.
• Fixed a lot of JSDoc issues.
• Fixed some typos.

Advanced-Command-Handler - 1.0.5

Published by Ayfri about 4 years ago

This release fixes some bugs.

Changelog

• Fixed CodeFactor badge.
• Fixed paths errors with file presentation.txt.
• Fixed paths errors with commands/events loadings.
• Refactored some shit code.
• Removed wrong funding link.
• Updated dependency luxon to 1.2.5.
• Using path native module to fixe paths errors.

Advanced-Command-Handler - 1.0.4

Published by Ayfri about 4 years ago

This is a bug fixes release.

Changelog

• Added .idea dir into .gitignore.
• Changed BetterEmbed constructor to have only one parameter.
• Fixed JSDoc inconsistencies.
• Fixed some JSDoc issues.
• Make CommandHandler load methods having code more consise.
• Removed .idea dir as it is useless.

Advanced-Command-Handler - 1.0.3

Published by Ayfri about 4 years ago

This is a bug fixes release.

Changelog

• Added the npm install badge.
• Added redirect links for the badges.
• Fixed typos in the README.
• Fixed a startup error.
• Fixed some missing JSDoc and some issues in the JSDoc.
• Renamed Command Handler.js to CommandHandler.js for consistency.

Advanced-Command-Handler - 1.0.2

Published by Ayfri about 4 years ago

This is a bug fixes release.

Changelog

Advanced-Command-Handler - First release !

Published by Ayfri about 4 years ago

The advanced command handler is now public on npm, you can download it via npm i advanced-command-handler !

Read the readme to get informations on how to use it.

Badges
Extracted from project README
npm npm GitHub issues npm install
Related Projects