mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-17 03:00:13 +00:00
fixed privacy indentation & unpacked argument list
This commit is contained in:
parent
32fbe19310
commit
f5a8a8b447
1 changed files with 15 additions and 4 deletions
|
|
@ -738,8 +738,12 @@ To update your system privacy settings, use the following commands:
|
|||
|
||||
pk;system privacy <subject> <level>
|
||||
|
||||
* `<subject>` is either `description`, `fronter`, `fronthistory` or `list`, corresponding to the options above
|
||||
* (or `all` in order to change all subjects at once)
|
||||
* `<subject>` is one of:
|
||||
* `description`
|
||||
* `fronter`
|
||||
* `fronthistory`
|
||||
* `list`
|
||||
* `all` (to change all subjects at once)
|
||||
* `<level>` is either `public` or `private`
|
||||
|
||||
For example:
|
||||
|
|
@ -772,8 +776,15 @@ To update a member's privacy you can use the command:
|
|||
pk;member <member> privacy <subject> <level>
|
||||
|
||||
* `<member>` is the name or the id of a member in your system
|
||||
* `<subject>` is one of `name`, `description`, `avatar`, `birthday`, `pronouns`, `metadata`, or `visiblity` corresponding to the options above
|
||||
* (or `all` to change all subjects at once)
|
||||
* `<subject>` is one of:
|
||||
* `name`
|
||||
* `description`
|
||||
* `avatar`
|
||||
* `birthday`
|
||||
* `pronouns`
|
||||
* `metadata`
|
||||
* `visiblity`
|
||||
* `all` (to change all subjects at once)
|
||||
* `<level>` is either `public` or `private`
|
||||
|
||||
For example:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue