From fc1d74d80083b05d602e6b44ad756c6343621e08 Mon Sep 17 00:00:00 2001 From: Navy Date: Tue, 22 Jun 2021 19:01:16 +0300 Subject: [PATCH] blerg --- structure/Modmail.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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; }