From 976a5327f5fd77a26662a87a47cc8c1dbe9b76db Mon Sep 17 00:00:00 2001 From: ZyLacx Date: Mon, 27 Dec 2021 16:57:17 +0100 Subject: [PATCH] Update main.js --- main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/main.js b/main.js index dbc075b..e41030e 100644 --- a/main.js +++ b/main.js @@ -125,6 +125,7 @@ function move(message, splits){ currAttachment = allAttachments.next().value movedMessageContent.push(new Discord.MessageAttachment(currAttachment.url)); } + client.channels.cache.get(mentionedChannelId).send(movedMessageContent) // client.channels.cache.get(mentionedChannelId).send(movedMessageContent).then(msgToEdit => { // msgToEdit.edit("Sent by <@" + msg.author + "> \nmooved <@" + message.author + ">\n" + msgToEdit.content); // });