forked from Galactic/galactic-bot
changed logging level
This commit is contained in:
parent
6d2d1fec72
commit
bc921ca625
@ -63,7 +63,7 @@ class DiscordClient extends Client {
|
||||
await this.moderationManager.initialize();
|
||||
await this.dispatcher.dispatch();
|
||||
|
||||
this.logger.debug(`Took ${Date.now()-beforeTime}ms to build the client.`);
|
||||
this.logger.info(`Took ${Date.now()-beforeTime}ms to build the client.`);
|
||||
|
||||
this._built = true;
|
||||
return this._built;
|
||||
|
Loading…
Reference in New Issue
Block a user