Update WebSocketShard.js

This commit is contained in:
March 7th 2022-06-06 10:30:06 +07:00
parent c165824419
commit 832bc010c5

View File

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