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