From 3871662a9530e9f3c25f0c169ea8fbbfded1e1bc Mon Sep 17 00:00:00 2001 From: Frangu Vlad Date: Sat, 7 Oct 2017 02:55:16 +0300 Subject: [PATCH] fix(setSpeaking) Fix #2005 (#2007) --- src/client/voice/VoiceConnection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/voice/VoiceConnection.js b/src/client/voice/VoiceConnection.js index 90670aced..b31edfa02 100644 --- a/src/client/voice/VoiceConnection.js +++ b/src/client/voice/VoiceConnection.js @@ -139,7 +139,7 @@ class VoiceConnection extends EventEmitter { this.sockets.ws.sendPacket({ op: VoiceOPCodes.SPEAKING, d: { - speaking: true, + speaking: this.speaking, delay: 0, }, }).catch(e => {