🚑️ Unable to play music

This commit is contained in:
Zerio
2021-10-10 15:24:38 +02:00
committed by GitHub
parent 6b41cebc31
commit ed01340d51

View File

@@ -13,6 +13,11 @@ module.exports = {
}, },
maxVol: 100, maxVol: 100,
loopMessage: false, loopMessage: false,
discordPlayer: {} discordPlayer: {
ytdlOptions: {
quality: 'highestaudio',
highWaterMark: 1 << 25
}
}
} }
}; };