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"] diff --git a/README.md b/README.md index b182c3c..8c86700 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 @@ -66,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 diff --git a/package.json b/package.json index f3ab2f3..972504f 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,9 @@ }, "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", "opusscript": "^0.0.8" }