message.reply('Hey there! You asked me to clear your status when you send a message next, so I went ahead and did that for you.').then(m=>{m.delete({timeout:5000});});
returnmessage.reply(`That user ${tu.statustype==='dnd'?'wishes not to be disturbed':'is AFK'}. Reason: \`${tu.statusmsg}\`. (This status was set ${moment(tu.statussetat.getTime()).fromNow()})`);
letm=awaitmessage.channel.send(`That user ${tu.statustype==='dnd'?'wishes not to be disturbed':'is AFK'}. Reason: ${tu.statusmsg}.${tu.statssetat?`\`(This status was set ${moment(tu.statussetat.getTime()).fromNow()})\``:''}`);