A bot for PlugDj which help to manage the room even when no mods are presents.
npm install plugdj-nodebotplugdj-nodebot
==============

A Plug.dj bot which allow you to do multiple moderations actions faster. It also moderate the room when no admins are here. It is open-source so you can edit it like you want.
npm install plugdj-nodebot
cd node_modules/plugdj-nodebot
node nodebot
`
$3
* The bot needs Node.js to work.
* The bot uses PlugAPI so you'll need it before running the bot.
* After that, you need to download the bot. The entire bot is in the nodebot.js
* Now, open the nodebot.js file and add the name of your room (only the name __without the /__ ), the email of the bot account and it password.
* The bot should now be connected to your room and will detect commands starting by __!___IMPORTANT_: Make sure you've edited the nodebot.js to add the bot's account informations and the room name
`
var ROOM = "foo"; // Room name here (https://plug.dj/foo will be foo) Line 5
AND
"email": "email@domain.tld", // Line 1O
"password": "password" // Line 11
// If you have a HTTP 401 error, your user/pass is incorrect
``___Note___: Make sure you change the role of the bot to Manager and you've restarted it after.
_New commands are coming soon, let me know if you want another command._