Switch to Distube's ytdl-core fork (resolves playback issue) ()

This commit is contained in:
MarcoCoreDuo 2024-07-18 06:32:16 +02:00 committed by GitHub
commit fcc8d8881a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 100 additions and 195 deletions

View file

@ -9,7 +9,7 @@
"types": "dts/types",
"type": "module",
"engines": {
"node": ">=16.0.0"
"node": ">=18.17.0"
},
"files": [
"src"
@ -89,6 +89,7 @@
"@discordjs/opus": "^0.8.0",
"@discordjs/rest": "1.0.1",
"@discordjs/voice": "0.11.0",
"@distube/ytdl-core": "^4.13.5",
"@prisma/client": "4.16.0",
"@types/libsodium-wrappers": "^0.7.9",
"array-shuffle": "^3.0.0",
@ -126,7 +127,6 @@
"sync-fetch": "^0.3.1",
"tsx": "3.8.2",
"xbytes": "^1.7.0",
"ytdl-core": "^4.11.5",
"ytsr": "^3.8.4"
},
"resolutions": {