mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 11:03:30 +01:00
@@ -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 => {
|
||||||
|
|||||||
Reference in New Issue
Block a user