mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 18:43:31 +01:00
debug(WebSocketShard): emit intents used in identify (#5744)
This commit is contained in:
@@ -600,7 +600,7 @@ class WebSocketShard extends EventEmitter {
|
|||||||
shard: [this.id, Number(client.options.shardCount)],
|
shard: [this.id, Number(client.options.shardCount)],
|
||||||
};
|
};
|
||||||
|
|
||||||
this.debug(`[IDENTIFY] Shard ${this.id}/${client.options.shardCount}`);
|
this.debug(`[IDENTIFY] Shard ${this.id}/${client.options.shardCount} with intents: ${d.intents}`);
|
||||||
this.send({ op: OPCodes.IDENTIFY, d }, true);
|
this.send({ op: OPCodes.IDENTIFY, d }, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user