From 44b8941d305f1d0f86abdf824a9a63d57b465fe0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ma=C5=84czak?= Date: Sat, 16 Jul 2022 15:49:33 +0200 Subject: [PATCH 1/5] Update README.md --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b182c3c..e148b9a 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,14 @@ -# Music-bot + -A complete code to download for a music bot 🎧 +# gractwo/legacy-musicbot -Looking for a code for a music bot ? This fully open source code is made for your project ! +The software in this repository is a derivative of ZerioDev's [Music-bot](https://github.com/ZerioDev/Music-bot) codebase adjusted to our needs. -If you need help with this project, to get support faster you can join the help server by just clicking [here](https://discord.gg/5cGSYV8ZZj). +As per GPL v3.0, we state that changes to the codebase can be most easily found by checking the repo's commit history - these are mostly small adjustments the original codebase's author expected. -*If you don't have any development knowledge, it is recommended to join the Discord support server to get help.* +--- + +--- ### ⚡ Configuration From c67f87a5dee945c3f19a0d5a4f8e2942683fef4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanis=C5=82aw=20Dzioba?= <62724833+BoberITman@users.noreply.github.com> Date: Thu, 25 Aug 2022 20:36:48 +0200 Subject: [PATCH 2/5] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e148b9a..8c86700 100644 --- a/README.md +++ b/README.md @@ -68,3 +68,5 @@ Realized with ❤️ by [ZerioDev](https://github.com/ZerioDev). Please do not withdraw the license and keep the credits on this project. To have full access to the project and to be able to withdraw the credits a small donation is accepted. + +Fuckup count: 1 From 014ef7e771792493b1c95400f181f8b5218f22c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanis=C5=82aw=20Dzioba?= <62724833+BoberITman@users.noreply.github.com> Date: Thu, 25 Aug 2022 20:47:39 +0200 Subject: [PATCH 3/5] Update package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index f3ab2f3..29ffc38 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "discord-player": "^5.1.0", "discord.js": "^13.1.0", "ffmpeg-static": "^4.4.0", + "prism-media": "^1.3.4", "ms": "^3.0.0-canary.1", "opusscript": "^0.0.8" } From c9bce8546c0166fb3657be8b0898ef4a26ac74bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanis=C5=82aw=20Dzioba?= <62724833+BoberITman@users.noreply.github.com> Date: Thu, 25 Aug 2022 20:54:05 +0200 Subject: [PATCH 4/5] Update Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8269006..780755b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,5 +2,6 @@ FROM node:16.10.0 WORKDIR /app COPY ./ ./ +RUN npm update RUN npm install -CMD ["node", "main.js"] \ No newline at end of file +CMD ["node", "main.js"] From b411179fc95c75fbce56795440fa44126934ad46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanis=C5=82aw=20Dzioba?= <62724833+BoberITman@users.noreply.github.com> Date: Tue, 30 Aug 2022 22:39:49 +0200 Subject: [PATCH 5/5] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 29ffc38..972504f 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "discord-player": "^5.1.0", - "discord.js": "^13.1.0", + "discord.js": "^14.1.0", "ffmpeg-static": "^4.4.0", "prism-media": "^1.3.4", "ms": "^3.0.0-canary.1",