mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-07 14:27:54 +00:00
feat: public/private lookup flags, consistency
This commit is contained in:
parent
aacf5909a9
commit
455830a2b5
16 changed files with 44 additions and 40 deletions
|
|
@ -34,6 +34,8 @@ public static class Errors
|
|||
public static PKError NotOwnMemberError => new("You can only run this command on your own member.");
|
||||
public static PKError NotOwnGroupError => new("You can only run this command on your own group.");
|
||||
|
||||
public static PKError NotOwnInfo => new("You cannot look up private information of another system.");
|
||||
|
||||
public static PKError NoSystemError =>
|
||||
new("You do not have a system registered with PluralKit. To create one, type `pk;system new`.");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue