From b33ff695ca870f7ac8609ab12f9c35bf3dc63de9 Mon Sep 17 00:00:00 2001 From: ayntee Date: Sun, 22 Nov 2020 20:39:28 +0400 Subject: [PATCH] Fix spelling error :p --- src/module/shard.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/module/shard.ts b/src/module/shard.ts index 96388a576..e6d2dc7c6 100644 --- a/src/module/shard.ts +++ b/src/module/shard.ts @@ -57,7 +57,7 @@ export async function createShard( // TODO(ayntee): check if the readyState of the websocket is OPEN (not sure if this is the solution) socket.onopen = async () => { if (!resuming) { - // Intial identify with the gateway + // Initial identify with the gateway await identify(basicShard, identifyPayload); } else { await resume(basicShard, identifyPayload);