mirror of
https://github.com/aydenjahola/discord-multipurpose-bot.git
synced 2025-10-15 08:41:35 +01:00
This commit is contained in:
parent
f589178a72
commit
23fb3a95fa
1 changed files with 0 additions and 2 deletions
2
index.js
2
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
|
||||
|
|
Loading…
Reference in a new issue