0.0.32 • Published 3 years ago

citredjs v0.0.32

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

CitreDJS

CitreDJS is still under heavy development. Do not use unless you wish to break your bot.


CitreDJS is an extension to discord.js meant to quickly produce Discord Bots with various features. With the ability to add your own Events and Commands, or use the pre-set ones, CitreDJS is a lovely way to speed up the development process.

Example Usage

To use CitreDJS without adding any new features:

const CitreDJS = require('citredjs');
const bot = new CitreDJS().start("TOKEN");

To use CitreDJS and render new features:

const CitreDJS = require('citredjs');
const bot = new CitreDJS();
bot.start("TOKEN");
bot.render("command", "./path/command.js");
bot.render("event", "./path/event.js");

To remove features from CitreDJS:

const CitreDJS = require('citredjs');
const bot = new CitreDJS();
bot.start("TOKEN");
bot.derender("event", "./pathto/node_modules/citredjs/src/events/messageCreate.js");
  • When you want to disable pre-implented CitreDJS features, you must put the file path to your node_modules/citredjs/src folder.

You may only need to modify these three file paths:

"/node_modules/citredjs/src/commands"
"/node_modules/citredjs/src/events"
"/node_modules/citredjs/src/commands/slash" < Unavailable >

There is no support for using CitreDJS, no matter the version.

0.0.32

3 years ago

0.0.21

3 years ago

0.0.22

3 years ago

0.0.23

3 years ago

0.0.24

3 years ago

0.0.25

3 years ago

0.0.30

3 years ago

0.0.31

3 years ago

0.0.26

3 years ago

0.0.27

3 years ago

0.0.28

3 years ago

0.0.29

3 years ago

0.0.20

3 years ago

0.0.19

3 years ago

0.0.13

3 years ago

0.0.14

3 years ago

0.0.15

3 years ago

0.0.16

3 years ago

0.0.17

3 years ago

0.0.18

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago