This Bot a lot of Features. You can Play Playlists from YouTube.
I have all the files you need you can simply push to heroku and make some Config Vars under (Settings >> Config Vars) or if you wanna run it on a raspberry pi you can with the config.json.example file just simple rename it to config.json
Copy or Rename config.json.example
to config.json
and fill out the values:
{
"TOKEN": "",
"YOUTUBE_API_KEY": "",
"SOUNDCLOUD_CLIENT_ID": "", (Optional)
"MAX_PLAYLIST_SIZE": 10,
"PREFIX": "/",
"PRUNING": false,
"STAY_TIME": 30
}
Fork the Project, Go to Heroku.com and Make a New App, Then Go to Deploy and Connect the Repository, Then Go to Config Vars and Make New Vars Like this
TOKEN
YOUTUBE_API_KEY
SOUNDCLOUD_CLIENT_ID (Optional)
MAX_PLAYLIST_SIZE
PREFIX
PRUNING
STAY_TIME