Replies: 1 comment 2 replies
-
In the how to prepare section of the dev article, it'll just send back 0 instead of null. Depending on how the end user implements user filtering, the discriminator being 0 is the only "breaking" change. As Username would just go to the new Username, and |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Per https://discord.com/blog/usernames
Are there going to be any breaking changes from this switch?
Usernames will go from
Username#1234 -> @Username
I have a property like this
I am guessing as users switch over, Discriminator will just switch to null and should be nbd? I only use this as an informational piece, it won't break any of my code.
Beta Was this translation helpful? Give feedback.
All reactions