mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-05 05:17:54 +00:00
Handle systems with (too) many linked accounts
This commit is contained in:
parent
ebc688ae54
commit
bd8fb40bc7
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ namespace PluralKit.Bot {
|
|||
}
|
||||
|
||||
if (system.Tag != null) eb.AddField("Tag", system.Tag);
|
||||
eb.AddField("Linked accounts", string.Join(", ", users), true);
|
||||
eb.AddField("Linked accounts", string.Join(", ", users).Truncate(1000), true);
|
||||
eb.AddField($"Members ({memberCount})", $"(see `pk;system {system.Hid} list` or `pk;system {system.Hid} list full`)", true);
|
||||
|
||||
if (system.Description != null) eb.AddField("Description", system.Description.Truncate(1024), false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue