From b7aa5589b6ae2a1f3ce9928bf9bb718f814c8a9c Mon Sep 17 00:00:00 2001 From: santo01614 <45585355+santo01614@users.noreply.github.com> Date: Tue, 25 Aug 2020 23:07:29 -0300 Subject: [PATCH] Add run on repl.it badge to README (#168) --- .replit | 2 ++ README.md | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 .replit diff --git a/.replit b/.replit new file mode 100644 index 000000000..d409ef8a5 --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "nodejs" +run = "npm start" \ No newline at end of file diff --git a/README.md b/README.md index 9cea9832c..b77d6ea2d 100644 --- a/README.md +++ b/README.md @@ -92,3 +92,5 @@ 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