feat: remove shards

This commit is contained in:
Elysia
2024-01-23 21:14:25 +07:00
parent 2472642184
commit 0386b5b1d7
3 changed files with 3 additions and 49 deletions

View File

@@ -718,7 +718,7 @@ class WebSocketShard extends EventEmitter {
delete d.version;
delete d.agent;
this.debug(`[IDENTIFY] Shard ${this.id}/${client.options.shardCount} with intents: ${d.intents}`);
this.debug(`[IDENTIFY] Shard ${this.id}`);
this.send({ op: Opcodes.IDENTIFY, d }, true);
}