diff --git a/main.js b/main.js index 7936d80..dbc075b 100644 --- a/main.js +++ b/main.js @@ -125,9 +125,9 @@ function move(message, splits){ currAttachment = allAttachments.next().value movedMessageContent.push(new Discord.MessageAttachment(currAttachment.url)); } - client.channels.cache.get(mentionedChannelId).send(movedMessageContent).then(msgToEdit => { - msgToEdit.edit("Sent by <@" + msg.author + "> \nmooved <@" + message.author + ">\n" + msgToEdit.content); - }); + // client.channels.cache.get(mentionedChannelId).send(movedMessageContent).then(msgToEdit => { + // msgToEdit.edit("Sent by <@" + msg.author + "> \nmooved <@" + message.author + ">\n" + msgToEdit.content); + // }); } else{ movedMessageContent = msg.content;