diff --git a/src/client/websocket/WebSocketShard.js b/src/client/websocket/WebSocketShard.js index 8a979af..6f7e82c 100644 --- a/src/client/websocket/WebSocketShard.js +++ b/src/client/websocket/WebSocketShard.js @@ -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); }