diff --git a/src/client/websocket/WebSocketShard.js b/src/client/websocket/WebSocketShard.js index 4fe904e1a..ed5a73d1e 100644 --- a/src/client/websocket/WebSocketShard.js +++ b/src/client/websocket/WebSocketShard.js @@ -600,7 +600,7 @@ class WebSocketShard extends EventEmitter { 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); }