Skip to content

Bot Installation Tutorial

Rahul Chalumuri edited this page Jul 12, 2017 · 1 revision

Discord server

Also note, that this bot is for youtube songs to save their own custom playlist, not the spotify version

  1. Install Node.js

  2. Clone this repo onto your desktop

  3. Open up a command prompt (or your preferred terminal) in the bot folder.

  4. Type npm install and hit enter let everything download

  5. Fill out credentials for your bot in config.json file for your bot

    • To get a Youtube Search Api Key, head over Here to learn how to
  6. run node app.js and your bot will be online!

Clone this wiki locally