mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 11:28:15 +00:00
lop
This commit is contained in:
@@ -15,6 +15,10 @@ export function heartbeat(shardId: number, interval: number) {
|
||||
shard.heartbeat.interval = interval;
|
||||
|
||||
shard.heartbeat.intervalId = setInterval(() => {
|
||||
ws.log(
|
||||
"DEBUG",
|
||||
`Running setInterval in heartbeat file.`,
|
||||
);
|
||||
const currentShard = ws.shards.get(shardId);
|
||||
if (!currentShard) return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user