Testing console log

This commit is contained in:
nolan 2021-06-21 14:25:41 -07:00
parent e48d3923a9
commit 564a71e523

View File

@ -375,6 +375,7 @@ class ModerationManager {
}
//TODO: Log this, should never error... hopefully.
console.log(i._id);
await this.client.storageManager.mongodb.infractions.updateOne(
{ _id: i._id },
{ _callbacked: true }