Skip to content

Commit

Permalink
https://github.com/Androz2091/discord-player/issues/848
Browse files Browse the repository at this point in the history
  • Loading branch information
GetUsernameFromDatabase committed Oct 16, 2021
1 parent 8565dca commit 5b3e2be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/CustomClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ export default class DiscordBot extends Client {
requestOptions: {
headers: {
cookie: process.env.YouTubeCookie,
quality: 'highestaudio',
// eslint-disable-next-line no-bitwise
highWaterMark: 1 << 25,
},
},
},
Expand Down

0 comments on commit 5b3e2be

Please sign in to comment.