Custom Plug.dj bot made for personal use.
First clone the repository into a new folder;
mkdir plugdjbot
git clone [email protected]:svebo/plugdjbot.git
Once that's done, install the dependencies;
npm install .
The bot needs a valid Plug.dj account to connect.
Create a .env
file with your the fitting credentials;
EMAIL=<plug.dj account email>
PASSWORD=<plug.dj account password>
And you're ready to go. Fire it up with;
npm start