diff --git a/src/client/voice/dispatcher/StreamDispatcher.js b/src/client/voice/dispatcher/StreamDispatcher.js index 8901767e5..cb779dc63 100644 --- a/src/client/voice/dispatcher/StreamDispatcher.js +++ b/src/client/voice/dispatcher/StreamDispatcher.js @@ -66,7 +66,7 @@ class StreamDispatcher extends Writable { this._silentPausedTime = 0; this.count = 0; - this.on('finish', () => { + this.once('finish', () => { this._cleanup(); this._setSpeaking(0); });