Universal Display Names #6231
Replies: 2 comments 2 replies
-
The Discord API does return both the unique |
Beta Was this translation helpful? Give feedback.
1 reply
-
They have a PR opened for that (nextcord/nextcord#1061), until that's merged in their repository, it's nothing related to this repository. That's just libraries not supporting the change yet so the issue/discussion should be opened in their repository, not here. So simply wait for them to merge it once it's ready :) |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Unfortunately, Nextcord (Discord.PY) does not currently provide a built-in method to retrieve this universal display name directly. The available display_name property of the nextcord.User object returns the user's display name based on the current server context, which can be problematic, especially if the display name contains emojis. This affects images, for example.
So it would be very nice if you could add this permanently to make the universal display names usable!
Beta Was this translation helpful? Give feedback.
All reactions