mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 14:02:02 +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({
|
this.sockets.ws.sendPacket({
|
||||||
op: VoiceOPCodes.SPEAKING,
|
op: VoiceOPCodes.SPEAKING,
|
||||||
d: {
|
d: {
|
||||||
speaking: true,
|
speaking: this.speaking,
|
||||||
delay: 0,
|
delay: 0,
|
||||||
},
|
},
|
||||||
}).catch(e => {
|
}).catch(e => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue