Bug fixes & update (v4.0.0)

This commit is contained in:
Zerio
2020-12-21 23:52:02 +01:00
parent db26c1faa6
commit 109e1051e5
17 changed files with 77 additions and 114 deletions

View File

@@ -1,14 +1,14 @@
{
"name": "music-bot",
"version": "3.0.0",
"main": "index.js",
"repository": "https://github.com/ZerioDev/Music-bot.git",
"author": "ZerioDev",
"license": "MIT",
"version": "4.0.0",
"repository": "https://github.com/ZerioDev/Music-bot.git",
"description": "A complete code to download for a music bot. Using a module (discord-player).",
"dependencies": {
"@discordjs/opus": "^0.3.2",
"discord-player": "^3.0.2",
"discord.js": "^12.2.0",
"@discordjs/opus": "^0.3.3",
"discord-player": "^3.0.3",
"discord.js": "^12.5.1",
"ffmpeg-static": "^4.2.7"
}
}