From 1f8da0046a999387afc4145981fcacd4e1f1a9e4 Mon Sep 17 00:00:00 2001 From: SuperKali Date: Sat, 5 Apr 2025 18:28:16 +0200 Subject: [PATCH] Bump: @distube/ytdl-core to v4.16.8 In the latest version, the issue has been resolved where starting an instance of ffmpeg caused the server to return a 403 Forbidden error (access denied), this preventing the playback of any music tracks. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 83737fb..6e8fb6f 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "@discordjs/opus": "^0.10.0", "@discordjs/rest": "1.0.1", "@discordjs/voice": "0.18.0", - "@distube/ytdl-core": "^4.16.6", + "@distube/ytdl-core": "^4.16.8", "@distube/ytsr": "^2.0.4", "@prisma/client": "4.16.0", "@types/libsodium-wrappers": "^0.7.9",