trying to fix music issues

This commit is contained in:
JonnyBro 2021-12-22 00:13:26 +05:00
parent 1c17db9a5c
commit ead82f54e4

View file

@ -49,10 +49,12 @@ class Atlanta extends Client {
this.player = new Player(this, { this.player = new Player(this, {
ytdlDownloadOptions: { ytdlDownloadOptions: {
filter: "audio", // filter: "audio",
requestOptions: { requestOptions: {
headers: { headers: {
cookie: this.config.youtubeToken cookie: this.config.youtubeToken,
quality: "highestaudio",
highWaterMark: 1 << 25
} }
} }
}, },