fix(setSpeaking) Fix #2005 (#2007)

This commit is contained in:
Frangu Vlad
2017-10-07 02:55:16 +03:00
committed by Crawl
parent b462a7b94f
commit 3871662a95

View File

@@ -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 => {