From a0db2bdb69a6e5f1669f708a2ee4d674adba02cc Mon Sep 17 00:00:00 2001 From: ayntee Date: Tue, 24 Nov 2020 20:56:32 +0400 Subject: [PATCH] Remove todo comment --- src/module/shard.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/module/shard.ts b/src/module/shard.ts index e6d2dc7c6..352c08651 100644 --- a/src/module/shard.ts +++ b/src/module/shard.ts @@ -54,7 +54,6 @@ export async function createShard( basicShards.set(basicShard.id, basicShard); // TODO: do something about this - // TODO(ayntee): check if the readyState of the websocket is OPEN (not sure if this is the solution) socket.onopen = async () => { if (!resuming) { // Initial identify with the gateway