mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
feat(bot): add regex message editing (#587)
This commit is contained in:
parent
95b027d432
commit
c8f2a137a0
2 changed files with 93 additions and 5 deletions
|
|
@ -75,8 +75,11 @@ You cannot look up private members or groups of another system.
|
|||
|pk;system frontpercent|-flat||Show "flat" frontpercent - percentages add up to 100%|
|
||||
|pk;group \<group> frontpercent|-fronters-only|-fo|Show a group's frontpercent without the "no fronter" entry|
|
||||
|pk;group \<group> frontpercent|-flat||Show "flat" frontpercent - percentages add up to 100%|
|
||||
|pk;edit|-append||Append the new content to the old message instead of overwriting it|
|
||||
|pk;edit|-prepend||Prepend the new content to the old message instead of overwriting it|
|
||||
|pk;edit|-append|-a|Append the new content to the old message instead of overwriting it|
|
||||
|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|
|
||||
|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