Skip to content

Fuechschen/plugbot

Repository files navigation

Plugbot

Functions

see all functions here: functions.md

Installation

  1. Be sure to have node 6.x.x or higher installed.
  2. Run npm install.
  3. Copy config.example.js to config.js and insert your data (Redis, SQL-Database, Roomname, apiKeys and Login-Credentials are required.)
  4. Start the bot npm start

PM2

To use features like !restart or autorestart, you have to use pm2.

  1. Follow the install instructions to step 2.
  2. Install pm2 with npm install -g pm2
  3. 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