Music feature
rasmusgerdin opened this issue · 4 comments
rasmusgerdin commented
Issue to track progress of music command series
mchangrh commented
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' }));```
rasmusgerdin commented
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.
mchangrh commented
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!
rasmusgerdin commented