letm=awaitmessage.channel.send(`That user ${tu.statustype==='dnd'?'wishes not to be disturbed':'is AFK'}. Reason: ${tu.statusmsg}.${tu.statussetat?`\`(This status was set ${moment(tu.statussetat.getTime()).fromNow()})\``:''}`);
letm=awaitmessage.channel.send({embeds:[
newDiscord.MessageEmbed()
.setAuthor(mention.tag,mention.avatarURL())
.setDescription(`That user ${tu.statustype==='dnd'?'wishes not to be disturbed':'is AFK'}. Reason: ${tu.statusmsg}.${tu.statussetat?`\n\n(This status was set ${moment(tu.statussetat.getTime()).fromNow()})`:''}`)