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