mirror of
https://github.com/danbulant/discord.js
synced 2026-05-24 20:42:27 +00:00
parent
b462a7b94f
commit
3871662a95
1 changed files with 1 additions and 1 deletions
|
|
@ -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 => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue