mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
feat: config setting to automatically set members/groups to private when creating
This commit is contained in:
parent
7c37726afb
commit
1ff6bb76cd
10 changed files with 140 additions and 24 deletions
|
|
@ -106,9 +106,13 @@ Every PluralKit entity has two IDs: a short (5-character) ID and a longer UUID.
|
|||
|timezone|string|defaults to `UTC`|
|
||||
|pings_enabled|boolean|
|
||||
|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|
|
||||
|member_limit|int|read-only, defaults to 1000|
|
||||
|group_limit|int|read-only, defaults to 250|
|
||||
|
||||
\* this *does not* affect members/groups created through the API - please specify privacy keys in the JSON payload instead
|
||||
|
||||
### System guild settings model
|
||||
|
||||
|key|type|notes|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue