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