bot: fix showing id instead of hid on system card
This commit is contained in:
parent
62cde789cb
commit
467719283f
@ -27,7 +27,7 @@ namespace PluralKit.Bot {
|
||||
.WithFooter($"System ID: {system.Hid}");
|
||||
|
||||
eb.AddField("Linked accounts", string.Join(", ", users));
|
||||
eb.AddField("Members", $"(see `pk;system {system.Id} list` or `pk;system {system.Hid} list full`)");
|
||||
eb.AddField("Members", $"(see `pk;system {system.Hid} list` or `pk;system {system.Hid} list full`)");
|
||||
// TODO: fronter
|
||||
return eb.Build();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user