Skip to content

Setting up the bot for the first time

Repulser edited this page Sep 25, 2017 · 7 revisions
  1. If you are not using the heroku guide, install java. (Use google)

  2. Get the latest version from Here, Get the relevant files NOT the source code.

  3. Extract all the files into a folder and place a list of individual song urls inside songs.txt, Supported formats include youtube and soundcloud.

  4. Create a bot token, a good guide is Here

  5. Open bot.cfg and change the token and volume fields.

  6. Inside bot.cfg edit the Channel ID field to a voice channel ID, the channels ID can be grabbed using discord developer mode (Settings -> Appearance) Then you can just Right click any voice channel and Copy ID.

  7. To add the bot use the Url the bot prints in console, Alternatively you can get the client ID from the page where you created the bot token and place it in this URL:
    https://discordapp.com/oauth2/authorize?client_id=your_bots_client_id_here&scope=bot

Clone this wiki locally