diff --git a/docs/content/command-list.md b/docs/content/command-list.md index 481b7df3..44e6f06d 100644 --- a/docs/content/command-list.md +++ b/docs/content/command-list.md @@ -164,6 +164,7 @@ You can have a space after `pk;`, e.g. `pk;system` and `pk; system` will do the - `pk;debug permissions [server id]` - [Checks the given server's permission setup](/staff/permissions/#permission-checker-command) to check if it's compatible with PluralKit. - `pk;debug proxying ` - Checks why your message has not been proxied. - `pk;edit [message link|reply] ` - Edits a proxied message. Without an explicit message target, will target the last message proxied by your system in the current channel. **Does not support message IDs!** +- `pk;edit -regex [message link|reply] ` - Edits a proxied message using a C# regex. The given regex must be formatted like s\|X\|Y or s\|X\|Y\|F, where \| is any character, X is a regex pattern, Y is a substitution string, and F is a set of flags. - `pk;reproxy [message link|reply] ` - Reproxies a message using a different member. Without an explicit message target, will target the last message proxied by your system in the current channel. Only works on the last message, or within 1 minute of the proxied message being sent. Doesn't work on a non-proxied message. - `pk;link ` - Links your system to a different account. - `pk;unlink [account]` - Unlinks an account from your system. diff --git a/docs/content/privacy-policy.md b/docs/content/privacy-policy.md index 002d94ae..bd724d22 100644 --- a/docs/content/privacy-policy.md +++ b/docs/content/privacy-policy.md @@ -25,7 +25,7 @@ This is the data PluralKit does *not* collect: System and member information (names, member lists, descriptions, etc) are public by default, and can be looked up by anyone given a system/member ID or an account ID. This can be changed using the [privacy settings](/guide#privacy). -You can export your system information using the `pk;export` command. This does not include message metadata (as the file would be huge). If there's demand for a command to export that, [let me know on GitHub](https://github.com/PluralKit/PluralKit/issues). +You can export your system information using the `pk;export` command. This does not include message metadata (as the file would be huge). If you wish to request a copy of the message metadata PluralKit has stored for your Discord account, ask a developer [in the support server](https://discord.gg/PczBt78). You can delete your information using `pk;system delete`. This will delete all system information and associated members, switches, and messages. This will not delete your information from the database backups. Contact me if you want that wiped, too.