get rid of ffmpeg static
Some checks are pending
Docker / build (push) Waiting to run

This commit is contained in:
Ayden Jahola 2025-10-14 03:55:50 +01:00
parent f589178a72
commit 23fb3a95fa
No known key found for this signature in database
GPG key ID: 71DD90AE4AE92742

View file

@ -18,7 +18,6 @@ const ServerSettings = require("./models/ServerSettings");
const seedShopItems = require("./utils/seedShopItems");
const seedSpyfallLocations = require("./utils/seedSpyfallLocations");
const setupDisTubeEvents = require("./events/distubeEvents");
const ffmpeg = require("ffmpeg-static");
// Console colors
const colors = {
@ -99,7 +98,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