Update main.js
This commit is contained in:
parent
a14f3e8d41
commit
976a5327f5
1 changed files with 1 additions and 0 deletions
1
main.js
1
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);
|
||||
// });
|
||||
|
|
Loading…
Reference in a new issue