returnmessage.reply("welcome back! I cleared your status.").then(m=>{m.delete({timeout:5000}).then(()=>{message.delete().catch(()=>{});})});
returnmessage.reply("welcome back! I cleared your status.").then(m=>{m.delete({timeout:5000}).then(()=>{if(message.guild&&message.guild.me.permissions.has("DELETE_MESSAGES")){message.delete().catch(()=>{});}})});
.setDescription(`${text}${dns?`\n\n_Their name is in your deathnote **${dns.total===1?'once':`${dns.total} times`}.**_`:''}`)
.setDescription(`${text}${dns?`\n\n_Their name is in your deathnote **${dns.against[mention.id]===1?'once':`${dns.against[mention.id]} times`}.**_`:''}`)
.setColor('c375f0')
.setFooter(`Natsuki${dns?` | ${dns.total} name${dns.total===1?' has been':'s'} written in your deathnote!`:''}`)
.setAuthor(`${message.guild?message.member.displayName:message.author.username} gives ${message.guild.members.cache.get(mention.id).displayName} a hug!`,message.author.avatarURL())
.setDescription(`You've hugged them **${hugs.total===1?'once':`${hugs.total} times!`}**`)
.setDescription(`You've hugged them **${hugs.against[mention.id]===1?'once':`${hugs.against[mention.id]} times!`}**`)