mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-03 01:10:07 +00:00
Remove todo comment
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user