You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The displayName user object returned by util.fetchUsers is wrong when the user has not set a custom nickname in the server.
If the user has set a server-specific nickname, displayName will correcly reflect it, but if this is not the case, it will return the user's username instead of his display name.
displayName should be Mireole but is mireole instead
The text was updated successfully, but these errors were encountered:
The displayName user object returned by util.fetchUsers is wrong when the user has not set a custom nickname in the server.
If the user has set a server-specific nickname, displayName will correcly reflect it, but if this is not the case, it will return the user's username instead of his display name.
displayName should be
Mireole
but ismireole
insteadThe text was updated successfully, but these errors were encountered: