From 6e82e1922dbf78204943fd2e9f0f2bd9485a9ebd Mon Sep 17 00:00:00 2001 From: Sai Date: Fri, 24 Mar 2023 20:53:00 +0000 Subject: [PATCH] moved rare utility commands to bottom --- docs/content/command-list.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/content/command-list.md b/docs/content/command-list.md index 9ea93b20..ca368ce0 100644 --- a/docs/content/command-list.md +++ b/docs/content/command-list.md @@ -130,15 +130,15 @@ Some arguments indicate the use of specific Discord features. These include: ## Utility - `pk;message ` or `pk;msg` - Looks up information about a proxied message by its message ID or link. +- `pk;edit [message link|reply] ` or `pk;e` - 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;reproxy [message link|reply] ` or `pk;rp` - 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 reproxied message. 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. - `pk;invite` - Sends the bot invite link for PluralKit. - `pk;import` - Imports a data file from PluralKit or Tupperbox. - `pk;export` - Exports a data file containing your system information. - `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] ` or `pk;e` - 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;reproxy [message link|reply] ` or `pk;rp` - 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 reproxied message. 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. ## Help - `pk;help` or `pk;h` - Displays a basic help message describing how to use the bot.