docs: multiple docs updates (#712)

* docs: user-guide, timezone clear

Fix docs-to-commands inconsistency. Now properly says how to clear your set timezone.

* docs: user-guide, group privacy

Adds in detailed docs on group privacy (mostly copy-pasted from member privacy).

* docs: user-guide, ping 🛎 reaction

Lists the :bellhop: reaction as something that will trigger the "ping alter" behavior.

* docs: user-guide, group privacy 2

Re-ordered to be consistent with command `pk;g <group> privacy` output & fixed leftover error from copy/pasting too hard from members.

* docs: command-list, pk;sw add > pk;sw copy

Replaces primary alias of pk;switch add to pk;switch copy following discussion on Discord.
https://discord.com/channels/466707357099884544/1314433710250266632/1314608434951360552
This commit is contained in:
Nidoskull 2024-12-10 23:43:45 +01:00 committed by GitHub
parent eb7df8bddb
commit b73dd370d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 44 additions and 3 deletions

View file

@ -124,7 +124,7 @@ You can have a space after `pk;`, e.g. `pk;system` and `pk; system` will do the
- `pk;switch [member...]` - Registers a switch with the given members.
- `pk;switch out` - Registers a 'switch-out' - a switch with no associated members.
- `pk;switch edit <member...|out>` - Edits the members in the latest switch.
- `pk;switch add <member...>` - Makes a new switch based off the current switch with the listed members added or removed.
- `pk;switch copy <member...>` - Makes a new switch based off the current switch with the listed members added or removed.
- `pk;switch move <time>` - Moves the latest switch backwards in time.
- `pk;switch delete` - Deletes the latest switch.
- `pk;switch delete all` - Deletes all logged switches.