From ac5122c4ed870cb94fb165833ba1a716c79f28d4 Mon Sep 17 00:00:00 2001 From: Ayden Jahola Date: Sun, 21 Sep 2025 01:22:43 +0100 Subject: [PATCH] use ffmpeg package rather than ffmpeg-static --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index c10d8ca..349de11 100644 --- a/index.js +++ b/index.js @@ -96,7 +96,6 @@ client.distube = new DisTube(client, { emitAddListWhenCreatingQueue: true, savePreviousSongs: false, // lower memory over long sessions joinNewVoiceChannel: true, // smoother UX if user moves VC - ffmpeg: { path: ffmpeg }, }); // Function to recursively read commands from subdirectories