use ffmpeg package rather than ffmpeg-static

This commit is contained in:
Ayden Jahola 2025-09-21 01:22:43 +01:00
parent 08b2914cbc
commit ac5122c4ed

View file

@ -96,7 +96,6 @@ client.distube = new DisTube(client, {
emitAddListWhenCreatingQueue: true, emitAddListWhenCreatingQueue: true,
savePreviousSongs: false, // lower memory over long sessions savePreviousSongs: false, // lower memory over long sessions
joinNewVoiceChannel: true, // smoother UX if user moves VC joinNewVoiceChannel: true, // smoother UX if user moves VC
ffmpeg: { path: ffmpeg },
}); });
// Function to recursively read commands from subdirectories // Function to recursively read commands from subdirectories