From 31b07e7dbf20fcf466303816b9e330cfd9a365ad Mon Sep 17 00:00:00 2001 From: "Navy.gif" Date: Tue, 25 Jan 2022 10:46:42 +0200 Subject: [PATCH] verify queue when checking mmqueue --- structure/commands/Queue.js | 1 + 1 file changed, 1 insertion(+) diff --git a/structure/commands/Queue.js b/structure/commands/Queue.js index 2f58859..5706cdb 100644 --- a/structure/commands/Queue.js +++ b/structure/commands/Queue.js @@ -14,6 +14,7 @@ class Queue extends Command { const { queue } = this.client.modmail; if (!queue.length) return 'Queue is empty!'; + await this.client.cache.verifyQueue(); const users = await this.client.resolveUsers(queue); let str = ``, count = 0;