I'm making a alt detection system for my discord server. and I'm making an Account Age here is the code for it. It sends milliseconds but the createdAt for other parts of the embed works but not the difference string. I'm using V13 Discord.js MS Node Package
const createdAt = new Date(member.user.createdAt).getTime();
const difference = Date.now() - createdAt;