RTByte/rtbyte

Music feature

rasmusgerdin opened this issue · 4 comments

Issue to track progress of music command series

coming from discord.js but discord.js can take a file stream from ytdl discord.js docs

// Play a ReadableStream
broadcast.play(ytdl('https://www.youtube.com/watch?v=ZlAU_w7-Xp8', { filter: 'audioonly' }));```

coming from discord.js but discord.js can take a file stream from ytdl discord.js docs

// Play a ReadableStream
broadcast.play(ytdl('https://www.youtube.com/watch?v=ZlAU_w7-Xp8', { filter: 'audioonly' }));```

Thanks for the tip! This is definitely still something we'd like to implement, but it's been put on a bit of a back-burner in favor other features. I'd like to come back to it eventually, but we'll see.

I understand, just wanted to see where I could contribute. If there's another issue that I could help with, just point me in that direction!

Very much appreciated! 😄

I think #134 or #139 would be a good things to start with, I'll be putting in some more issues over the next few days as well 👍