diff --git a/structure/Modmail.js b/structure/Modmail.js index 8809b18..aac5ab0 100644 --- a/structure/Modmail.js +++ b/structure/Modmail.js @@ -359,7 +359,10 @@ class Modmail { const amount = this.queue.length; if (!amount) { - if (this.lastReminder) await this.lastReminder.delete(); + if (this.lastReminder) { + await this.lastReminder.delete(); + this.lastReminder = null; + } return; }