From ea900585b7159c10704afbac3f57ecd67718c0af Mon Sep 17 00:00:00 2001 From: Erit Islami Date: Wed, 21 Oct 2020 18:39:17 +0200 Subject: [PATCH] fix: update README for Heroku deployments --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ee8c59e0f..36e5532de 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,10 @@ ## 🚀 Getting Started +If deploying to Heroku make sure to create config variables + +![heroku](https://i.imgur.com/iaoUePg.png?1) + ``` git clone https://github.com/eritislami/evobot.git cd evobot @@ -93,6 +97,4 @@ Copy or Rename `config.json.example` to `config.json` and fill out the values: ## 📝 Credits -[@iCrawl](https://github.com/iCrawl) For the queue system used in this application which was adapted from [@iCrawl/discord-music-bot](https://github.com/iCrawl/discord-music-bot) - -[![Run on Repl.it](https://repl.it/badge/github/eritislami/evobot)](https://repl.it/github/eritislami/evobot) \ No newline at end of file +[@iCrawl](https://github.com/iCrawl) For the queue system used in this application which was adapted from [@iCrawl/discord-music-bot](https://github.com/iCrawl/discord-music-bot) \ No newline at end of file