mirror of
https://github.com/danbulant/discord.js
synced 2026-06-19 06:31:20 +00:00
Webpack build: 14ba0373eb
This commit is contained in:
parent
2da98e7acd
commit
79bee48ccc
2 changed files with 2 additions and 2 deletions
|
|
@ -21864,7 +21864,7 @@ class WebSocketPacketManager {
|
|||
|
||||
if (packet.op === Constants.OPCodes.HEARTBEAT) {
|
||||
this.client.ws.send({ op: Constants.OPCodes.HEARTBEAT });
|
||||
this.ws.client.emit('debug', 'Recieved gateway heartbeat!');
|
||||
this.ws.client.emit('debug', 'Received 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