mirror of
https://github.com/aydenjahola/discord-multipurpose-bot.git
synced 2025-10-13 15:51:34 +01:00
use ffmpeg package rather than ffmpeg-static
This commit is contained in:
parent
08b2914cbc
commit
ac5122c4ed
1 changed files with 0 additions and 1 deletions
1
index.js
1
index.js
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue