mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
feat: config setting to default show/hide private info
This commit is contained in:
parent
455830a2b5
commit
32bea51e18
14 changed files with 71 additions and 17 deletions
|
|
@ -90,6 +90,8 @@ public static class Errors
|
|||
new("Cannot get the front percent between now and a time in the future.");
|
||||
|
||||
public static PKError LookupNotAllowed => new("You do not have permission to access this information.");
|
||||
public static PKError LookupHidden =>
|
||||
new("This information is private and you have chosen to hide private information by default. Add the `-private` flag to this command to show it.");
|
||||
|
||||
public static PKError StringTooLongError(string name, int length, int maxLength) =>
|
||||
new($"{name} too long ({length}/{maxLength} characters).");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue