blerg
This commit is contained in:
parent
14a0f0f1a0
commit
fc1d74d800
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user