From 23fb3a95fa3d5178e4f655182b7f529020561759 Mon Sep 17 00:00:00 2001 From: Ayden Jahola Date: Tue, 14 Oct 2025 03:55:50 +0100 Subject: [PATCH] get rid of ffmpeg static --- index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/index.js b/index.js index ee2c768..e019dea 100644 --- a/index.js +++ b/index.js @@ -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