changed logging level

This commit is contained in:
Erik 2020-08-13 23:45:23 +03:00
parent 6d2d1fec72
commit bc921ca625

View File

@ -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;