publicstaticPKErrorNotOwnSystemError=>newPKError($"You can only run this command on your own system.");
publicstaticPKErrorNotOwnMemberError=>newPKError($"You can only run this command on your own member.");
publicstaticPKErrorNoSystemError=>newPKError("You do not have a system registered with PluralKit. To create one, type `pk;system new`.");
publicstaticPKErrorExistinSystemError=>newPKError("You already have a system registered with PluralKit. To view it, type `pk;system`. If you'd like to delete your system and start anew, type `pk;system delete`, or if you'd like to unlink this account from it, type `pk;unlink`.");
publicstaticPKErrorMissingMemberError=>newPKSyntaxError("You need to specify a member to run this command on.");