if(reaction.emoji.name==='🖕')return(client.channels.cache.get(client.config.mainServer.channels.logs)asDiscord.TextChannel).send({embeds:[newclient.embed().setColor(client.config.embedColorRed).setTimestamp().setAuthor({name:`Author: ${user.username} (${user.id})`,iconURL:`${user.displayAvatarURL()}`}).setTitle('Message reaction').setDescription(`<@${user.id}>\nRemoved a reaction from the message.\n**Emoji**\n${reaction.emoji.name}\n**Channel**\n<#${reaction.message.channelId}>`)]})