diff --git a/src/structure/interfaces/Infraction.js b/src/structure/interfaces/Infraction.js index 1f44f53..c998965 100644 --- a/src/structure/interfaces/Infraction.js +++ b/src/structure/interfaces/Infraction.js @@ -339,6 +339,7 @@ class Infraction { async updateMessages() { this._error(`Cannot update messages for unfetched infractions`); + console.log(this._dmLogMessage, this.dmLogMessageId, this.dmLogMessage); if (this._dmLogMessage) await this._dmLogMessage.edit({ embeds: [this._embed(true)] }); if (this._modLogMessage) await this._modLogMessage.edit({ embeds: [this._embed()] }); }