change logging level
This commit is contained in:
parent
bca63dab46
commit
ca2ee0a5d8
@ -47,7 +47,7 @@ class ModerationManager {
|
|||||||
guild: { $in: this.client.guilds.cache.keyArray() },
|
guild: { $in: this.client.guilds.cache.keyArray() },
|
||||||
callbacked: false
|
callbacked: false
|
||||||
}).then((results) => {
|
}).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);
|
this._handleExpirations(results);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user