This commit is contained in:
Erik 2020-08-09 20:06:04 +03:00
parent 9817e4d774
commit 8fc62a655a
2 changed files with 6 additions and 2 deletions

View File

@ -43,6 +43,8 @@ class Infraction {
this._logMessage = null; //The message embed sent in the moderation-log. Full message, not the ID.
this._moderationLog = null; //Moderation log channel
this.changes = [];
}
@ -166,7 +168,8 @@ class Infraction {
logMessage: this._logMessage ? this._logMessage.id : null, //the message id sent in modlog channel
moderationLog: this._moderationLog ? this._moderationLog.id : null,
callbacked: false,
resolved: this.resolved
resolved: this.resolved,
changes: this.changes
};
}

View File

@ -25,5 +25,6 @@
"sunglasses":"😎",
"flushed-awkward": "<a:flushed_awkward:671777170720292875>",
"category-channel": "<:category:741731053818871901>",
"gif": "<:gif:741729824267305064>"
"gif": "<:gif:741729824267305064>",
"book": "📕"
}