Merge pull request #244 from dev-kittens/patch-2
[accessibility] add newline between linked accounts in system card
This commit is contained in:
commit
d844f41059
@ -52,7 +52,7 @@ namespace PluralKit.Bot {
|
||||
}
|
||||
|
||||
if (system.Tag != null) eb.AddField("Tag", system.Tag.EscapeMarkdown());
|
||||
eb.AddField("Linked accounts", string.Join(", ", users).Truncate(1000), true);
|
||||
eb.AddField("Linked accounts", string.Join("\n", users).Truncate(1000), true);
|
||||
|
||||
if (system.MemberListPrivacy.CanAccess(ctx))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user