diff --git a/src/client/voice/dispatcher/StreamDispatcher.js b/src/client/voice/dispatcher/StreamDispatcher.js index 81b08548a..acb5b8f19 100644 --- a/src/client/voice/dispatcher/StreamDispatcher.js +++ b/src/client/voice/dispatcher/StreamDispatcher.js @@ -81,7 +81,7 @@ class StreamDispatcher extends Writable { /** * Resumes playback */ - unpause() { + resume() { this.pausedTime += Date.now() - this.pausedSince; this.pausedSince = null; if (this._writeCallback) this._writeCallback();