From d0d810dfb50bd263041669d9becce8e07573dc2a Mon Sep 17 00:00:00 2001 From: Fleny Date: Sat, 11 May 2024 16:44:17 +0200 Subject: [PATCH] Remove bot token from the shards logs (#3558) --- packages/gateway/src/Shard.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gateway/src/Shard.ts b/packages/gateway/src/Shard.ts index dca635a27..0353a580b 100644 --- a/packages/gateway/src/Shard.ts +++ b/packages/gateway/src/Shard.ts @@ -216,7 +216,7 @@ export class DiscordenoShard { await this.connect() this.logger.debug( // eslint-disable-next-line @typescript-eslint/restrict-template-expressions - `[Gateway] Resuming Shard #${this.id}, after connecting. ${this.gatewayConfig.token} | ${this.sessionId} | ${this.previousSequenceNumber}`, + `[Gateway] Resuming Shard #${this.id}, after connecting. ${this.sessionId} | ${this.previousSequenceNumber}`, ) this.send(