From ed01340d51640b400360395d33166040544e3b0f Mon Sep 17 00:00:00 2001 From: Zerio <43386412+ZerioDev@users.noreply.github.com> Date: Sun, 10 Oct 2021 15:24:38 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=EF=B8=8F=20Unable=20to=20play=20mu?= =?UTF-8?q?sic?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.js | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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 +};