mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-17 03:00:13 +00:00
fix(docs): -all can add or remove members
Co-authored-by: violet <167108906+avioletheart@users.noreply.github.com>
This commit is contained in:
parent
956373a6c7
commit
b3a80f9180
1 changed files with 1 additions and 1 deletions
|
|
@ -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 on.
|
||||
- `pk;switch add <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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue