Thanks to visit codestin.com
Credit goes to github.com

Skip to content

8.1.0

Latest

Choose a tag to compare

@1Computer1 1Computer1 released this 11 Aug 04:35
· 20 commits to master since this release

Changelog

Additions

  • Added MongooseProvider for use with the mongoose library. Thanks to @zerefdev.
  • Added support for promises in Command#condition. Thanks to @papaia.

Changes

  • Removed peer deps due to npm 7. Thanks to @papaia.
  • Many documentation fixes and improvements. Thanks to all who contributed.

Fixes

  • Fixed Argument.union and Argument.product not binding this. Thanks to @perilstar.
  • Fixed separate match not returning short circuit flags. Thanks to @Norviah.
  • Fixed undefined timer in cooldowns. Thanks to @Mzato0001.
  • Fixed typings of CommandHandler#cooldowns. Thanks to @papaia.
  • Fixed typings of Constants. Thanks to @papaia.