From ca2ee0a5d81ef8ccbfa70dda417a7bef088ff1d8 Mon Sep 17 00:00:00 2001 From: Navy Date: Thu, 13 Aug 2020 23:47:09 +0300 Subject: [PATCH] change logging level --- structure/moderation/ModerationManager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/structure/moderation/ModerationManager.js b/structure/moderation/ModerationManager.js index 2b24d55..585d31d 100644 --- a/structure/moderation/ModerationManager.js +++ b/structure/moderation/ModerationManager.js @@ -47,7 +47,7 @@ class ModerationManager { guild: { $in: this.client.guilds.cache.keyArray() }, callbacked: false }).then((results) => { - this.client.logger.debug(`Filtering ${results.length} infractions for callback.`); + this.client.logger.info(`Filtering ${results.length} infractions for callback.`); this._handleExpirations(results); });