mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 16:57:22 +00:00
Fix spelling error :p
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user