Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (17 loc) · 975 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 975 Bytes

ChloeCore

GitHub license GitHub issues

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.

Installation

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!