diff --git a/src/structure/interfaces/Infraction.js b/src/structure/interfaces/Infraction.js index c3d175d..88756ea 100644 --- a/src/structure/interfaces/Infraction.js +++ b/src/structure/interfaces/Infraction.js @@ -439,7 +439,7 @@ class Infraction { this.resolved = true; await this.updateMessages(); await this.save(); - if(notify && this.target) await this.target.send(`Your infraction **#${this.case}** on **${this.guild.name}** was resolved.`); + if(notify && this.target) await this.target.send(`Your infraction **#${this.case}** on **${this.guild.name}** was resolved.`).catch(() => null); } async unresolve(staff, reason) {