Is possible to help me for .setVolume(volume) method on StreamDispatcher's class?
voiceChannel.join()
.then(connection => {
const stream = something;
const dispatcher = connection.playStream(stream);
dispatcher.setVolume(0.5);
})
.catch(console.error);
thank!
In future, please direct "how to" questions to our official discord server
Most helpful comment