mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-03 09:20:08 +00:00
Merge branch 'remove-cleanup-shards-logic' of https://github.com/discordeno/discordeno into remove-cleanup-shards-logic
This commit is contained in:
@@ -58,9 +58,7 @@ export function identify(shardId: number, maxShards: number) {
|
||||
});
|
||||
|
||||
setTimeout(() => {
|
||||
reject(
|
||||
`[Identify Failure] Shard ${shardId} has not received READY event in over a minute.`
|
||||
);
|
||||
reject(`[Identify Failure] Shard ${shardId} has not received READY event in over a minute.`);
|
||||
}, 600000);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user