mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
fix(docs): make pk;e regex option description display properly (#589)
This commit is contained in:
parent
c8f2a137a0
commit
87430e5748
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ You cannot look up private members or groups of another system.
|
|||
|pk;edit|-prepend|-p|Prepend the new content to the old message instead of overwriting it|
|
||||
|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;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|
|
||||
|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