infoembed.addField('In Server Since',`${client.utils.sm(moment.preciseDiff(Date.now(),person.joinedAt,true))}${!moment(person.joinedAt).fromNow().includes('days')?` | ${Math.floor((newDate().getTime()-person.joinedAt.getTime())/(60*60*24*1000))} days`:''}\nMember for **${Math.round(((now.getTime()-person.joinedAt.getTime())/(now.getTime()-message.guild.createdAt.getTime()))*100)}%** of server lifetime`,false)
if(tu.donator||tu.developer){infoembed.addField('Donator?',tu.developer?`Well, ${name} makes me work, so they're a supporter in my book!`:tu.donator?'Yes! They have donated or supported me in the past!':'No',true);}
if(tu.staff){infoembed.addField('Natsuki Staff Level',tu.developer?'Developer':tu.admin?'Admin; Audit access to the bot':tu.staff?'Staff; Support but with maintenance permissions':tu.support?'Support; Answers tickets and help queries':'Member; Does not have a staff rank.',true);}