forked from Galactic/galactic-bot
debugging
This commit is contained in:
parent
a3e0e8f1cf
commit
e496d800a2
@ -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()] });
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user