|
|
@@ -6,10 +6,13 @@ A simple bot that reads the song info from the currently playing track in banshe |
|
|
|
|
|
|
|
## Installation |
|
|
|
|
|
|
|
* 1: Head to [The bot's website on Heroku, and invite it](https://bansheebot.herokuapp.com/) |
|
|
|
* 2: Download the [bansheecheck.sh script](https://github.com/calexil/BansheeBot/blob/master/bansheecheck.sh) and set it to run at your systems startup with `bash bansheecheck.sh` |
|
|
|
* 3: Check out the [Command list here](https://github.com/calexil/BansheeBot/blob/master/Commands.md) |
|
|
|
* 4: Play music through Banshee media player, and configure the bot to only be voiced in a #music_channel on your discord server |
|
|
|
* 1: Clone the repo" `git clone https://github.com/calexil/BansheeBot.git` or fork it. |
|
|
|
* 2: Make a new app with the [discord developer dashboard](https://discordapp.com/developers/applications/me) and note your client secret. |
|
|
|
* 3: Link your free heroku account to github and deploy your fork or clone |
|
|
|
* 4: Edit the file [bot.js at line 43](https://github.com/calexil/BansheeBot/blob/master/bot.js#L43) to match your music channels Id, then [edit the file at line 60](https://github.com/calexil/BansheeBot/blob/master/bot.js#L60) so it matches your heroku app page. |
|
|
|
* 5: Make sure the [bansheecheck.sh script](https://github.com/calexil/BansheeBot/blob/master/bansheecheck.sh) is set it to run at your systems startup with `bash bansheecheck.sh` be sure to edit it to match your username and heroku app page endpoint |
|
|
|
* 6: Check out the [Command list here](https://github.com/calexil/BansheeBot/blob/master/Commands.md) |
|
|
|
* 7: Play music through Banshee media player and watch it go. |
|
|
|
|
|
|
|
## Bug Reporting |
|
|
|
### [Submit Issues here](https://github.com/calexil/BansheeBot/issues/new) |