feat: config setting to default show/hide private info
This commit is contained in:
@@ -108,6 +108,7 @@ Every PluralKit entity has two IDs: a short (5-character) ID and a longer UUID.
|
||||
|latch_timeout|int?|
|
||||
|member_default_private*|bool|whether members created through the bot have privacy settings set to private by default|
|
||||
|group_default_private*|bool|whether groups created through the bot have privacy settings set to private by default|
|
||||
|show_private_info|bool|whether the bot shows the system's own private information without a `-private` flag|
|
||||
|member_limit|int|read-only, defaults to 1000|
|
||||
|group_limit|int|read-only, defaults to 250|
|
||||
|
||||
|
@@ -49,8 +49,7 @@ There are a number of option flags that can be added to the `pk;system list` com
|
||||
|Flag|Aliases|Description|
|
||||
|---|---|---|
|
||||
|-all|-a|Show all members, including private members|
|
||||
|-public-only|-public, -pub|Only show public members (default)|
|
||||
|-private-only|-private, -priv|Only show private members|
|
||||
|-private-only|-po|Only show private members|
|
||||
|
||||
::: warning
|
||||
You cannot look up private members of another system.
|
||||
@@ -80,4 +79,6 @@ These flags only work with the full member list (`pk;system list full`).
|
||||
|pk;group \<group> frontpercent|-flat||Show "flat" frontpercent - percentages add up to 100%|
|
||||
|Most commands|-all|-a|Show hidden/private information|
|
||||
|Most commands|-raw|-r|Show text with formatting, for easier copy-pasting|
|
||||
|All commands|-private|-priv|Show private information|
|
||||
|All commands|-public|-pub|Hide private information|
|
||||
|All commands, except `delete`|-y|-yes|Skip confirmation prompt|
|
||||
|
Reference in New Issue
Block a user