Updating discord.js-selfbot-v13 to 3.x since TypeScript screams at me non-stop.
Also, due to https://github.com/dank074/Discord-video-stream/issues/58, I've made @discordjs/opus an optional dependency, and added opusscript as a fallback. That way on machines that fail to build @discordjs/opus, there'll be a WASM option available.
Closes #68
Updating
discord.js-selfbot-v13
to3.x
since TypeScript screams at me non-stop. Also, due to https://github.com/dank074/Discord-video-stream/issues/58, I've made@discordjs/opus
an optional dependency, and addedopusscript
as a fallback. That way on machines that fail to build@discordjs/opus
, there'll be a WASM option available.