We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33b7d3d commit 9b6a842Copy full SHA for 9b6a842
src/client/Client.ts
@@ -97,7 +97,7 @@ export class Client extends Discord.Client
97
Reflect.defineMetadata('YAMDBFClient', true, this);
98
99
// Hook logger to provide shard ID(s) in base transport logs
100
- if (this.shard) Logger._shard = this.shard.ids.join('-');
+ if (this.shard) Logger.shard = this.shard.ids.join('-');
101
102
this._token = options.token! ?? process.env.DISCORD_TOKEN!;
103
0 commit comments