Khaaz
Khaaz
# PULL REQUEST ## **Overview** This PR add full support for detritus lib with AxonCore. **TODO:** - documentation - typings - lib/functions (not all are done) **DONE:** - examples -...
With Node 14, we will use optional chaining where needed to simplify the code.
With node 14, we will use null coalescing operator where needed to simplify the code.
Node 14 becomes LTS enf of october. We need to switch the framework to es6 modules instead of `esm`.
The requirements are as follow: - generate from typings (the primary goal is to ditch all jsdoc from the js) - looks good / be nice to use for the...
Adding support for more Database could be a super interesting features. Suggestion: Embeded: - noSQL embeded? open to suggestion. => NeDB - https://github.com/louischatriot/nedb/ - SQLite - package: https://www.npmjs.com/package/sqlite3 NoSQL: Others...
Adds [detritus](https://detritusjs.com/) support https://github.com/Khaazz/AxonCore/tree/master/src/Libraries. Same architecture as eris or djs but with detritusjs function.
More customisation for cooldown. Ability to use one or many of these CD types: - Channel cd - User cd - Member cd - Guild cd ...? CD should be...
Add a paginator module via reaction (embed or not embed). Features: - custom emoji - content per page (easy to use: eg via a function?) - timeout Optional/Interogation: - allow...
Add ES6 modules support alongside require. Currently there is no way to use named import. We need to add support for this while we wait for node 14 LTS