feat: public/private lookup flags, consistency

This commit is contained in:
spiral
2021-12-06 00:32:54 -05:00
parent aacf5909a9
commit 455830a2b5
16 changed files with 44 additions and 40 deletions

View File

@@ -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`.");