From 0a6d4bcb763b1abc218644d52625120b6b9f23be Mon Sep 17 00:00:00 2001 From: multimasks <102671475+multimasks@users.noreply.github.com> Date: Sun, 12 May 2024 04:14:24 -0400 Subject: [PATCH] fix(docs): add missing pk;config keys --- docs/content/command-list.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/content/command-list.md b/docs/content/command-list.md index 44e6f06d..0626aadc 100644 --- a/docs/content/command-list.md +++ b/docs/content/command-list.md @@ -143,6 +143,9 @@ You can have a space after `pk;`, e.g. `pk;system` and `pk; system` will do the - `pk;config private member [on|off]` - Toggles whether member privacy is automatically set to private for new members. - `pk;config private group [on|off]` - Toggles whether group privacy is automatically set to private for new groups. - `pk;config show private [on|off]` - Toggles whether private information is shown to linked accounts by default. +- `pk;config proxy error [on|off]` - Toggles whether to send an error message when proxying fails. +- `pk;config split IDs [on|off]` - Toggles whether to display 6-letter IDs with a hyphen, to ease readability. +- `pk;config capitalize IDs [on|off]` - Toggles whether to display IDs as capital letters, to ease readability. ## Server owner commands *(all commands here require Manage Server permission)*