misc
This commit is contained in:
parent
9817e4d774
commit
8fc62a655a
@ -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
|
||||
};
|
||||
}
|
||||
|
||||
|
@ -25,5 +25,6 @@
|
||||
"sunglasses":"😎",
|
||||
"flushed-awkward": "<a:flushed_awkward:671777170720292875>",
|
||||
"category-channel": "<:category:741731053818871901>",
|
||||
"gif": "<:gif:741729824267305064>"
|
||||
"gif": "<:gif:741729824267305064>",
|
||||
"book": "📕"
|
||||
}
|
Loading…
Reference in New Issue
Block a user