mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
fix(bot): format ids correctly in a few places
This commit is contained in:
parent
f6fceffc3f
commit
c3a30a59cd
7 changed files with 13 additions and 13 deletions
|
|
@ -120,8 +120,8 @@ public static class Errors
|
|||
public static PKError UrlTooLong(string url) =>
|
||||
new($"The given URL is too long ({url.Length}/{Limits.MaxUriLength} characters).");
|
||||
|
||||
public static PKError AccountInOtherSystem(PKSystem system) =>
|
||||
new($"The mentioned account is already linked to another system (see `pk;system {system.Hid}`).");
|
||||
public static PKError AccountInOtherSystem(PKSystem system, SystemConfig config) =>
|
||||
new($"The mentioned account is already linked to another system (see `pk;system {system.DisplayHid(config)}`).");
|
||||
|
||||
public static PKError SameSwitch(ICollection<PKMember> members, LookupContext ctx)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue