dank074 / Discord-video-stream

Experiment for making video streaming work for discord selfbots.
180 stars 32 forks source link

Make `@discordjs/opus` a peer dependency #68

Closed longnguyen2004 closed 5 months ago

longnguyen2004 commented 7 months ago

In cases like #58, where the platform doesn't like running native packages, it'd be better if there's a way to use the slower but 100% working opusscript package. I suggest moving @discordjs/opus and opusscript into the peerDependencies section, and adding a message post-install to install one of them.