diff --git a/base/Atlanta.js b/base/Atlanta.js index b7b6dfb4..b967447c 100644 --- a/base/Atlanta.js +++ b/base/Atlanta.js @@ -49,10 +49,12 @@ class Atlanta extends Client { this.player = new Player(this, { ytdlDownloadOptions: { - filter: "audio", + // filter: "audio", requestOptions: { headers: { - cookie: this.config.youtubeToken + cookie: this.config.youtubeToken, + quality: "highestaudio", + highWaterMark: 1 << 25 } } },