fix: pino logger error
This commit is contained in:
parent
683357fec1
commit
f5d5667be3
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ export class NeonClient extends Client {
|
|||
public commands: Collection<string, Command> = new Collection();
|
||||
public ownerID: string;
|
||||
|
||||
public static logger: pino.Logger = pino({ level: 'trace', prettyPrint: { levelFirst: true, colorize: true }, prettifier: PinoPretty });
|
||||
public static logger: pino.Logger = pino({ level: 'trace', prettifier: PinoPretty });
|
||||
|
||||
public constructor(ownerID: string, options: ClientOptions) {
|
||||
super(options);
|
||||
|
|
Reference in a new issue