A core for Discord bots written in JavaScript with discord.js. It features a lightweight command manager, arguments manager and simplifies a couple of key features of discord.js
.
chloecore
can be included in the package.json
file as a dependency:
"dependencies": {
"chloecorejs": "https://github.com/AperLambda/chloecorejs.git"
}
Then, install it with npm i chloecorejs
It can then be loaded with
var chloecore = require("chloecorejs");
Be sure to check out the wiki to get more informations and the getting started guide!