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
- 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!use .username instead of .tag
im using user.discriminator for the tag and user.username for the username
#How will discord.js handle the username changes?
ah that's what I was looking for thank you very much