Skip to content

Commit 9b6a842

Browse files
committed
Add missing file from previous commit
1 parent 33b7d3d commit 9b6a842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/Client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export class Client extends Discord.Client
9797
Reflect.defineMetadata('YAMDBFClient', true, this);
9898

9999
// Hook logger to provide shard ID(s) in base transport logs
100-
if (this.shard) Logger._shard = this.shard.ids.join('-');
100+
if (this.shard) Logger.shard = this.shard.ids.join('-');
101101

102102
this._token = options.token! ?? process.env.DISCORD_TOKEN!;
103103

0 commit comments

Comments
 (0)