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

AperLambda/chloecorejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

Releases

No releases published

Packages

No packages published