see all functions here: functions.md
- Be sure to have node 6.x.x or higher installed.
- Run
npm install
. - Copy config.example.js to config.js and insert your data (Redis, SQL-Database, Roomname, apiKeys and Login-Credentials are required.)
- Start the bot
npm start
To use features like !restart
or autorestart, you have to use pm2.
- Follow the install instructions to step 2.
- Install pm2 with
npm install -g pm2
- Start the with
pm2 start bot.js --name bot
If you want to use another processname, remember to specify it in your config.
License: MIT