Update WebSocketShard.js
This commit is contained in:
parent
c165824419
commit
832bc010c5
@ -622,7 +622,11 @@ class WebSocketShard extends EventEmitter {
|
||||
|
||||
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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user