Document + Debug Websocket

This commit is contained in:
March 7th
2022-04-13 17:51:43 +07:00
parent d78a10ed76
commit f9f74cc649
3 changed files with 4 additions and 4 deletions

View File

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