diff options
| author | MarcoCoreDuo <[email protected]> | 2024-07-18 06:32:16 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-07-17 21:32:16 -0700 |
| commit | fcc8d8881aa338c5011f1173ad2d16efa13591c3 (patch) | |
| tree | a67aa6689c4f625e0177f5c73c36eae88dd3e05c /package.json | |
| parent | 29b61cc0b6363b3e07f17bd7d41400d20827f959 (diff) | |
| download | muse-fcc8d8881aa338c5011f1173ad2d16efa13591c3.tar.xz muse-fcc8d8881aa338c5011f1173ad2d16efa13591c3.zip | |
Switch to Distube's ytdl-core fork (resolves playback issue) (#1042)
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 6a80e0a..cdb7452 100644 --- a/package.json +++ b/package.json @@ -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": { |
