mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 03:18:17 +00:00
tests are succeeding
This commit is contained in:
@@ -4,11 +4,10 @@ import { ws } from "./ws.ts";
|
||||
export async function tellClusterToIdentify(
|
||||
workerId: number,
|
||||
shardId: number,
|
||||
bucketId: number,
|
||||
bucketId: number
|
||||
) {
|
||||
// When resharding this may exist already
|
||||
const oldShard = ws.shards.get(shardId);
|
||||
|
||||
// TODO: Use workers
|
||||
await ws.identify(shardId, ws.maxShards);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user