some ws fixes

This commit is contained in:
Skillz4Killz
2021-04-08 14:34:37 +00:00
committed by GitHub
parent 3a180219d6
commit d016fc3764
3 changed files with 18 additions and 8 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ export async function identify(shardId: number, maxShards: number) {
JSON.stringify({
op: DiscordGatewayOpcodes.Identify,
d: { ...ws.identifyPayload, shard: [shardId, maxShards] },
}),
})
);
};