diff --git a/moove.js b/moove.js index 472bc6e..5df500c 100644 --- a/moove.js +++ b/moove.js @@ -3,8 +3,6 @@ const help = require('./helpFunctions'); const client = require('./main'); function moove(message) { - message.react('🐮'); - const content = message.content.trim(); if (content.search(/<#[0-9]*>$/g) != 0) { @@ -19,6 +17,7 @@ function moove(message) { return; } + message.react('🐮'); originalChannel.messages.fetch(msgToMooveId).then(msg => { const sentBy = `Sent by ${msg.author}\nmooved ${message.author}\n`; if (msg.embeds.length > 0 && msg.content == '' && msg.attachments.size == 0) {