From d105fe9b23d1a3fd7879f0852178c1df1ce83bca Mon Sep 17 00:00:00 2001 From: calexil Date: Thu, 11 Jan 2018 15:41:38 -0500 Subject: [PATCH] beta 0.22 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ebbd0f3..00b7c8b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A simple bot that reads the song info from the currently playing track in banshe * 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 +* 3: Link your free heroku account to github and deploy your fork or clone, be sure to set your config vars with an item KEY of BOT_TOKEN and a value of the aformentioned client secret from your discord bot app. * 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)