1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-20 01:21:56 +00:00
This commit is contained in:
MatteZ02 2020-03-04 16:27:00 +02:00
parent a04fd0344b
commit 2aaf53d205
3 changed files with 3480 additions and 5 deletions

1
.gitignore vendored
View File

@ -2,5 +2,4 @@
dev/
.env
.vscode/
package-lock.json
struct/config/serviceAccount.json

3476
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -22,16 +22,16 @@
"discord.js": "^12.0.1",
"dotenv": "^8.2.0",
"ffmpeg": "0.0.4",
"firebase": "^7.8.0",
"firebase": "^7.9.3",
"firebase-admin": "^8.9.2",
"fs": "0.0.1-security",
"he": "^1.2.0",
"ms": "^2.1.2",
"prism-media": "github:hydrabolt/prism-media",
"request": "^2.88.0",
"request": "^2.88.2",
"simple-youtube-api": "^5.2.1",
"video-thumbnail-url": "^1.0.1",
"ytdl-core": "^1.0.7",
"ytdl-core": "^1.0.9",
"ytdl-core-discord": "^1.1.0"
}
}