mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-07 06:17:55 +00:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue