mirror of
https://github.com/danbulant/discord.js
synced 2026-06-19 14:41:36 +00:00
Webpack build: 779681e88f
This commit is contained in:
parent
6eb0da585c
commit
2da98e7acd
2 changed files with 3 additions and 3 deletions
|
|
@ -21863,8 +21863,8 @@ class WebSocketPacketManager {
|
|||
}
|
||||
|
||||
if (packet.op === Constants.OPCodes.HEARTBEAT) {
|
||||
this.client.ws.send({ op: Constants.OPCodes.HEARTBEAT_ACK });
|
||||
this.ws.client.emit('debug', 'ACKed gateway heartbeat!');
|
||||
this.client.ws.send({ op: Constants.OPCodes.HEARTBEAT });
|
||||
this.ws.client.emit('debug', 'Recieved gateway heartbeat!');
|
||||
}
|
||||
|
||||
if (this.ws.status === Constants.Status.RECONNECTING) {
|
||||
|
|
|
|||
2
discord.indev.min.js
vendored
2
discord.indev.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue