From 919dff0d4807faea521466b588243acfd845166d Mon Sep 17 00:00:00 2001 From: RiseSyntax Date: Sun, 28 Jun 2020 02:45:11 +0000 Subject: [PATCH 1/2] First Commit --- .replit | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .replit diff --git a/.replit b/.replit new file mode 100644 index 0000000..d409ef8 --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "nodejs" +run = "npm start" \ No newline at end of file From c5647e29cfe7f25171ec017776808afdad8a6b46 Mon Sep 17 00:00:00 2001 From: RiseSyntax Date: Sun, 28 Jun 2020 02:45:55 +0000 Subject: [PATCH 2/2] Add run on repl.it badge to README This pull request adds a `Run on Repl.it` badge to the `README`. This will allow users to easily run this repository in their browser, without having to set up an environment. You can learn more about Repl.it [here](https://repl.it). --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dec3b70..351a165 100644 --- a/README.md +++ b/README.md @@ -27,4 +27,5 @@ This a music bot crafted in discord.js master, a discord api wrapper. So far, th This will be updated over time, so ensure to update your own version alongside mine to ensure that all of the files are up to date. If you want to make a pull request, go for it and ensure you include all of the information necessary and describe it as much as you could. "# Music-Bot" -I've got to give some credit to York from An Idiot's Guide. This command handler was inspired by his from Misaki, an anime based bot which could be found [here](https://github.com/NotAWeebDev/Misaki). \ No newline at end of file +I've got to give some credit to York from An Idiot's Guide. This command handler was inspired by his from Misaki, an anime based bot which could be found [here](https://github.com/NotAWeebDev/Misaki). +[![Run on Repl.it](https://repl.it/badge/github/YoussefExplicit/Music-Bot)](https://repl.it/github/YoussefExplicit/Music-Bot) \ No newline at end of file