mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 02:23:31 +01:00
voice: fix heartbeat issue (#2443)
This commit is contained in:
@@ -133,6 +133,7 @@ class VoiceConnection extends EventEmitter {
|
||||
d: {
|
||||
speaking: this.speaking,
|
||||
delay: 0,
|
||||
ssrc: this.authentication.ssrc,
|
||||
},
|
||||
}).catch(e => {
|
||||
this.emit('debug', e);
|
||||
|
||||
Reference in New Issue
Block a user