From e496d800a20289dec17cda869b6535f13d007f01 Mon Sep 17 00:00:00 2001 From: "Navy.gif" Date: Thu, 7 Jul 2022 10:40:05 +0300 Subject: [PATCH] debugging --- src/structure/interfaces/Infraction.js | 1 + 1 file changed, 1 insertion(+) 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()] }); }