change: prettier code

This commit is contained in:
Skillz4Killz
2021-05-23 20:14:51 +00:00
committed by GitHub Action
parent 4e9cbd06f5
commit d94fae829e
+1 -3
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);
});
}