DecibillyJoel
Results
2
comments of
DecibillyJoel
Have you tried adding an error handler to the stream? ```js ... bot.getAudioContext(VCID, function (error, stream) { //Once again, check to see if any errors exist if (error) return console.error(error);...
I think it would be better if you showed us your code than to ask for us to show our code.