mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-02 00:40:07 +00:00
Update heartbeat.ts
This commit is contained in:
@@ -43,6 +43,7 @@ function sendHeartbeat(shardId: number) {
|
||||
() => sendHeartbeat(shardId),
|
||||
currentShard.heartbeat.interval,
|
||||
);
|
||||
return;
|
||||
}
|
||||
|
||||
currentShard.ws.send(JSON.stringify({
|
||||
|
||||
Reference in New Issue
Block a user