We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e90d79 commit 8a42340Copy full SHA for 8a42340
src/structures/resolvedMember.ts
@@ -74,7 +74,7 @@ export class ResolvedMember {
74
75
/** The display name for this member. */
76
get displayName() {
77
- return this.nick || this.user.username;
+ return this.user.globalName || this.user.username;
78
}
79
80
/** The URL to the member's avatar. */
0 commit comments