Discriminator showing up as #0

I have a dashboard for my discord bot and I have seen that the discriminator is showing up as 0 now and the username is "itsmateo20" and not "It'sMateo20" after the discord update with the usernames is this implemented in discordjs or not yet because I don't know what I should do, can't find anything on the discordjs docs and guides
5 Replies
d.js toolkit
d.js toolkit11mo 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. - Issue solved? Press the button!
treble/luna
treble/luna11mo ago
use .username instead of .tag
It'sMateo20
It'sMateo2011mo ago
im using user.discriminator for the tag and user.username for the username
Idris
Idris11mo ago
#How will discord.js handle the username changes?
It'sMateo20
It'sMateo2011mo ago
ah that's what I was looking for thank you very much