From 781daf9545f3146f587fa681be253c5ed9a832b8 Mon Sep 17 00:00:00 2001 From: "Navy.gif" Date: Wed, 23 Mar 2022 14:39:12 +0200 Subject: [PATCH] log msg ids --- structure/Modmail.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/structure/Modmail.js b/structure/Modmail.js index edb1a8c..1cb00e0 100644 --- a/structure/Modmail.js +++ b/structure/Modmail.js @@ -188,7 +188,7 @@ class Modmail { }); } - pastModmail.push({ attachments, author: author.id, content, timestamp: Date.now(), isReply: false }); + pastModmail.push({ attachments, author: author.id, content, timestamp: Date.now(), isReply: false, msgId: message.id }); if (!this.updatedThreads.includes(author.id)) this.updatedThreads.push(author.id); if (!this.queue.includes(author.id)) this.queue.push(author.id);