diff --git a/structure/moderation/interfaces/Infraction.js b/structure/moderation/interfaces/Infraction.js index c448c1f..e816e6d 100644 --- a/structure/moderation/interfaces/Infraction.js +++ b/structure/moderation/interfaces/Infraction.js @@ -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 }; } diff --git a/util/emojis.json b/util/emojis.json index d3a53ff..5f78d7e 100644 --- a/util/emojis.json +++ b/util/emojis.json @@ -25,5 +25,6 @@ "sunglasses":"😎", "flushed-awkward": "", "category-channel": "<:category:741731053818871901>", - "gif": "<:gif:741729824267305064>" + "gif": "<:gif:741729824267305064>", + "book": "📕" } \ No newline at end of file