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);