mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
feat(bot): add switch copying and more detailed switch editing
This commit is contained in:
parent
23fe904464
commit
4bd4407771
5 changed files with 70 additions and 6 deletions
|
|
@ -123,7 +123,8 @@ You can have a space after `pk;`, e.g. `pk;system` and `pk; system` will do the
|
|||
## Switching commands
|
||||
- `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 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 move <time>` - Moves the latest switch backwards in time.
|
||||
- `pk;switch delete` - Deletes the latest switch.
|
||||
- `pk;switch delete all` - Deletes all logged switches.
|
||||
|
|
|
|||
|
|
@ -82,6 +82,10 @@ You cannot look up private members or groups of another system.
|
|||
|pk;edit|-nospace|-ns|Append/prepend without adding a space|
|
||||
|pk;edit|-clear-embed|-ce|Remove embeds from a message|
|
||||
|pk;edit|-regex|-x|Edit using a C# Regex formatted like s\|X\|Y or s\|X\|Y\|F, where \| is any character, X is a Regex, Y is a substitution string, and F is a set of Regex flags|
|
||||
|pk;switch edit and pk;switch add|-append|-a|Append members to the current switch or make a new switch with members appended|
|
||||
|pk;switch edit and pk;switch add|-prepend|-p|Prepend members to the current switch or make a new switch with members prepended|
|
||||
|pk;switch edit and pk;switch add|-first|-f|Move member to the front of the current switch or make a new switch with the member at the front|
|
||||
|pk;switch edit and pk;switch add|-remove|-r|Remove members from the current switch or make a new switch with members removed|
|
||||
|Most commands|-all|-a|Show hidden/private information|
|
||||
|Most commands|-raw|-r|Show text with formatting, for easier copy-pasting|
|
||||
|All commands|-private|-priv|Show private information|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue