mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
add newline between linked accounts in system card
This commit is contained in:
parent
3f82447b04
commit
ac679271f2
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