diff --git a/config.js b/config.js index 23b3220..4c1655f 100644 --- a/config.js +++ b/config.js @@ -13,6 +13,11 @@ module.exports = { }, maxVol: 100, loopMessage: false, - discordPlayer: {} + discordPlayer: { + ytdlOptions: { + quality: 'highestaudio', + highWaterMark: 1 << 25 + } + } } -}; \ No newline at end of file +};