Merge branch 'remove-cleanup-shards-logic' of https://github.com/discordeno/discordeno into remove-cleanup-shards-logic

This commit is contained in:
Skillz4Killz
2021-05-23 20:17:33 +00:00
committed by GitHub

View File

@@ -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);
});
}