Home
Last updated
Was this helpful?
Last updated
Was this helpful?
This is a node.js library written in typescript for more than a year that is here to simplify bot creation with automation for commands/events handling, defaults commands/events, plus some utilities classes and functions.
To install this module, you need with at least version 16.
Then execute this command :
For the version 3.0.x
of the library you will need Discord.js v12, it will be updated to v13 in versions 3.1.x
.
First, , then get the token of the application.
Install the dependency and create your main JavaScript (or TypeScript) file and write the first lines to setup the bot and the Command Handler and start it.
Then run this file using Node.js
.
Node.js will run by default files named index.js
so you can just run this :