Software Powering Communities
npm install disnode --save && npm install
Make a file called Bot-Config.json in /bots
and fill it in with your bots information
{
"key": "Bot Token Here",
"prefix" : "Bot Prefix",
"db": {
"use_db" : false,
"auth" : false,
"user" : "",
"pass" : "",
"host" : "",
"port" : "",
"DBName" : ""
}
}
node Run.js
or pm2 can run your bot.