Skip to content

Commit

Permalink
[Fix] No need for ytdl options since we are using play-dl
Browse files Browse the repository at this point in the history
  • Loading branch information
naseif committed Sep 30, 2021
1 parent adad039 commit 21481e7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions commands/music/play.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ module.exports = {
leaveOnStop: true,
initialVolume: 80,
leaveOnEmptyCooldown: 60 * 1000 * 3,
ytdlOptions: {
highWaterMark: 1 << 25,
filter: "audioonly",
quality: "highestaudio",
},
bufferingTimeout: 200,
leaveOnEmpty: true,
async onBeforeCreateStream(track, source, _queue) {
Expand Down

0 comments on commit 21481e7

Please sign in to comment.