From 7f4963aa4fabe6912439cf9ea9fe55d26f9c29f6 Mon Sep 17 00:00:00 2001 From: calexil Date: Thu, 11 Jan 2018 15:45:56 -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 00b7c8b..7d32e1e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A simple bot that reads the song info from the currently playing track in banshe ## Installation -* 1: Clone the repo" `git clone https://github.com/calexil/BansheeBot.git` or fork it. +* 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, 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.