mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-07 14:27:54 +00:00
Add member proxy display names
This commit is contained in:
parent
fabf772085
commit
200ba6d84c
7 changed files with 67 additions and 21 deletions
|
|
@ -73,5 +73,8 @@ namespace PluralKit.Bot {
|
|||
public static PKError FrontPercentTimeInFuture => new PKError("Cannot get the front percent between now and a time in the future.");
|
||||
|
||||
public static PKError GuildNotFound(ulong guildId) => new PKError($"Guild with ID {guildId} not found.");
|
||||
|
||||
public static PKError DisplayNameTooLong(string displayName, int maxLength) => new PKError(
|
||||
$"Display name too long ({displayName.Length} > {maxLength} characters). Use a shorter display name, or shorten your system tag.");
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue