1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-06-16 03:06:01 +00:00

Update 3.5

This commit is contained in:
MatteZ02
2020-06-04 08:26:33 +03:00
parent 256585293e
commit 0874818101
12 changed files with 71 additions and 26 deletions

View File

@ -1,6 +1,6 @@
{
"name": "musix",
"version": "3.4.1",
"version": "3.5.0",
"description": "V3 for Musix the discord music bot",
"main": "./index.js",
"scripts": {
@ -27,8 +27,8 @@
"dotenv": "^8.2.0",
"erlpack": "github:discordapp/erlpack",
"express": "^4.17.1",
"firebase": "^7.14.3",
"firebase-admin": "^8.12.0",
"firebase": "^7.14.6",
"firebase-admin": "^8.12.1",
"fs": "0.0.1-security",
"genius-lyrics-api": "^2.0.3",
"he": "^1.2.0",
@ -43,7 +43,7 @@
"utf-8-validate": "^5.0.2",
"video-thumbnail-url": "^1.0.1",
"yt-search": "^1.1.2",
"ytdl-core": "^2.1.2",
"ytdl-core": "^2.1.5",
"zlib-sync": "^0.1.6"
}
}
}