mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-02 17:00:08 +00:00
Remove bot token from the shards logs (#3558)
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user