#.tag w/changes to the usernames

7 messages · Page 1 of 1 (latest)

signal goblet
#

Apologies in advance if this has been answered somewhere.

With the changes discord is / has made to the user names (removal of the #0000), how will bots handle this.

Will the user.tag return just their user name or can we expect some errors from our bots that may use user.tag?

lapis latchBOT
#

• 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.

late lava
#

user.tag will return user#0, but there probably will be an update to djs in the future to adopt getting the global username
you may want to check this https://dis.gd/app-usernames

signal goblet
late lava
#

yeah it'll return #0 during the migration so your code doesn't break

#

preventative measure

signal goblet
#

Sick nasty, thank you so much for the prompt reply