feat: config setting to default show/hide private info

This commit is contained in:
spiral 2021-12-06 04:01:42 -05:00
parent 455830a2b5
commit 32bea51e18
No known key found for this signature in database
GPG key ID: A6059F0CA0E1BD31
14 changed files with 71 additions and 17 deletions

View file

@ -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|