diff --git a/src/ws/identify.ts b/src/ws/identify.ts index 31d07dd09..3501efdf4 100644 --- a/src/ws/identify.ts +++ b/src/ws/identify.ts @@ -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); }); }