mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
change: prettier code
This commit is contained in:
committed by
GitHub Action
parent
4e9cbd06f5
commit
d94fae829e
+1
-3
@@ -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