Merge pull request #244 from dev-kittens/patch-2

[accessibility] add newline between linked accounts in system card
This commit is contained in:
Astrid 2020-11-15 13:13:23 +01:00 committed by GitHub
commit d844f41059
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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))
{