[Bug]: New usernames are displayed with #0000 discriminator
gepbird opened this issue · 3 comments
gepbird commented
Check The Docs
- I double checked the docs and couldn't find any useful information.
Verify Issue Source
- I verified the issue was caused by Discord.Net.
Check your intents
- I double checked that I have the required intents.
Description
When I convert a SocketUser (who got the new, discriminatorless username) to a string, there is #0000
at the end.
Version
3.10.0
Sample
SocketUser user; // assume this an account with the new username
Console.WriteLine(user.ToString()); // someone#0000
Anu6is commented
The #0 discriminator is provided by Discord temporarily until all user names have been updated.
OldVamp commented
please also be sure display names contain capital letters