discord-music-quizzer
discord-music-quizzer copied to clipboard
Replace scrape-youtube with ytsr
This should fix YouTube police busting the party error. I have used this library on my personal bot and it seems to be very reliable, and it is at 100% with the scale of my bot (10 servers).
Other side effects:
- Replace @discordjs/opus with opusscript in production as it would block the process of installing ytsr. @discordjs/opus also leaks memory while opusscript does not, as stated in discordjs/voice#197.
- package-lock.json got forcibly updated to "lockfileVersion": 2
Thank you. I'll have a look in the coming days :)