mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-12 16:50:10 +00:00
fix: apply requested changes
This commit is contained in:
parent
cd14e6409b
commit
67d5118c9c
5 changed files with 14 additions and 8 deletions
|
|
@ -336,7 +336,7 @@ public class MemberEdit
|
|||
.Title("Member names")
|
||||
.Footer(new Embed.EmbedFooter(
|
||||
$"Member ID: {target.Hid} | Active name in bold. Server name overrides display name, which overrides base name."
|
||||
+ (target.DisplayName != null ? $" Using {target.DisplayName.Length}/{Limits.MaxMemberNameLength} characters for the display name." : "")
|
||||
+ (target.DisplayName != null && ctx.System?.Id == target.System ? $" Using {target.DisplayName.Length}/{Limits.MaxMemberNameLength} characters for the display name." : "")
|
||||
+ (memberGuildConfig?.DisplayName != null ? $" Using {memberGuildConfig?.DisplayName.Length}/{Limits.MaxMemberNameLength} characters for the server name." : "")));
|
||||
|
||||
var showDisplayName = target.NamePrivacy.CanAccess(lcx);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue