member.createdAt

What is the proper way to use member.createdAt? I have tried <t:${parseInt(member.createdAt / 1000)}:R> and it returned NaN
3 Replies
d.js toolkit
d.js toolkit12mo ago
- What's your exact discord.js npm list discord.js and node node -v version? - Post the full error stack trace, not just the top part! - Show your code! - Explain what exactly your issue is. - Not a discord.js issue? Check out #useful-servers.
d.js docs
d.js docs12mo ago
property User#createdAt The time the user was created at
Isabella
Isabella12mo ago
ohhh that makes more sense