Not Supported: This codebase is now only relevant for the old version of Discord.js. For new versions, stay on line, I will release a new codebase soon.
- Own message manager (Hear)
- Flexible command setting
- Has its own REST API for receiving data from third-party services (closed source)
- He's not so useless (unlike me lmao)
First thing you need to do is install the dependencies. To do this, you can run the following command in the repository folder:
npm install
Then you need to create an auth.json file with the following content:
{
"token": "<your main bot instance>",
"test": "<your test bot instance for local testing> <optional>"
}
Well, that's all. Now you can start the bot.
Default prefix: u!
, you can change it in /modules/Hear/hear.js
file.
With ♥ from lunnaholy