Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
8.1.0 source code.tar.gz | 2020-08-11 | 75.7 kB | |
8.1.0 source code.zip | 2020-08-11 | 117.7 kB | |
README.md | 2020-08-11 | 705 Bytes | |
Totals: 3 Items | 194.1 kB | 0 |
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
andArgument.product
not bindingthis
. 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.