mirror of
https://github.com/danbulant/discord.js
synced 2026-06-19 14:41:36 +00:00
Webpack build for branch wsrewrite: 1e4abe0fd83e0239bd80a7b832afad07d2165a00
This commit is contained in:
parent
839adb13f4
commit
0bd109d976
2 changed files with 2 additions and 1 deletions
|
|
@ -16265,6 +16265,7 @@ class WebSocketConnection extends EventEmitter {
|
|||
* Acknowledges a heartbeat
|
||||
*/
|
||||
ackHeartbeat() {
|
||||
this.debug(`Heartbeat acknowledged, latency of ${Date.now() - this.pingSendTime}ms`);
|
||||
this.client._pong(this.pingSendTime);
|
||||
}
|
||||
|
||||
|
|
|
|||
2
discord.wsrewrite.min.js
vendored
2
discord.wsrewrite.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue