diff --git a/src/client/voice/VoiceConnection.js b/src/client/voice/VoiceConnection.js index 3bd88fafe..e3f1c4c7d 100644 --- a/src/client/voice/VoiceConnection.js +++ b/src/client/voice/VoiceConnection.js @@ -259,7 +259,7 @@ class VoiceConnection extends EventEmitter { */ playConvertedStream(stream, { seek = 0, volume = 1, passes = 1 } = {}) { const options = { seek, volume, passes }; - return this.player.playPCMStream(stream, options); + return this.player.playPCMStream(stream, null, options); } /**