mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-04 01:40:08 +00:00
remove the as number
This commit is contained in:
@@ -72,7 +72,7 @@ export function spawnShards(firstShardId = 0) {
|
||||
}
|
||||
|
||||
bucket.createNextShard = false;
|
||||
await ws.tellClusterToIdentify(clusterId as number, shardId, bucketId);
|
||||
await ws.tellClusterToIdentify(clusterId, shardId, bucketId);
|
||||
shardId = queue.shift();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user