diff --git a/docs/content/faq.md b/docs/content/faq.md index 1f1429e5..7e486d59 100644 --- a/docs/content/faq.md +++ b/docs/content/faq.md @@ -76,7 +76,7 @@ No. This is a limitation in Discord itself, and cannot be changed. The color com ### Why can't I use nitro emoji in some channels? * PluralKit must have the "Use External Emoji" permission to be able to use nitro emojis with the bot. -If it still doesn't work, make sure this permission isn't denied in channel overrides (found in channel settings -> permissions). You can also check if it's a permissions issue with `pk;permcheck`. +If it still doesn't work, make sure this permission isn't denied in channel overrides (found in channel settings -> permissions). You can also check if it's a permissions issue with `pk;debug permissions`. * PluralKit must be in the server the emojis are from. This is because of a change made by Discord in 2022. * Because PluralKit cannot be a Twitch subscriber, it will never be able to use emojis from Twitch integrations. diff --git a/docs/content/staff/disabling.md b/docs/content/staff/disabling.md index 2e5b62f4..d1f3f9bf 100644 --- a/docs/content/staff/disabling.md +++ b/docs/content/staff/disabling.md @@ -1,9 +1,9 @@ # Disabling proxying in a channel It's possible to block a channel from being used for proxying. To do so, use the `pk;blacklist` command. For example: - pk;blacklist add #admin-channel #mod-channel #welcome - pk;blacklist add all - pk;blacklist remove #general-two - pk;blacklist remove all + pk;serverconfig blacklist add #admin-channel #mod-channel #welcome + pk;serverconfig blacklist add all + pk;serverconfig blacklist remove #general-two + pk;serverconfig blacklist remove all This requires you to have the *Manage Server* permission on the server. \ No newline at end of file diff --git a/docs/content/staff/logging.md b/docs/content/staff/logging.md index ea39c64a..01b3f88f 100644 --- a/docs/content/staff/logging.md +++ b/docs/content/staff/logging.md @@ -1,7 +1,7 @@ # Proxy logging If you want to log every proxied message to a separate channel for moderation purposes, you can use the `pk;log channel` command with the channel name.For example: - pk;log channel #proxy-log + pk;serverconfig log channel #proxy-log This requires you to have the *Manage Server* permission on the server. To disable logging, use the `pk;log channel` command with the `-clear` flag as the channel name. @@ -14,5 +14,5 @@ Depending on your server setup, you may want to exclude some messages from loggi To manage logging in a channel, use the following commands: - pk;log disable #some-secret-channel - pk;log enable #some-secret-channel \ No newline at end of file + pk;serverconfig log blacklist add #some-secret-channel + pk;serverconfig log blacklist remove #some-secret-channel diff --git a/docs/content/staff/permissions.md b/docs/content/staff/permissions.md index 06137a9f..41f27747 100644 --- a/docs/content/staff/permissions.md +++ b/docs/content/staff/permissions.md @@ -21,13 +21,13 @@ For external emojis to work in proxied messages, the `@everyone` role must have ## Troubleshooting ### Permission checker command -To quickly check if PluralKit is missing channel permissions, you can use the `pk;permcheck` command in the server +To quickly check if PluralKit is missing channel permissions, you can use the `pk;debug permissions` command in the server in question. It'll return a list of channels on the server with missing permissions. This may include channels you don't want PluralKit to have access to for one reason or another (eg. admin channels). If you want to check permissions in DMs, you'll need to add a server ID, and run the command with that. For example: - pk;permcheck 466707357099884544 + pk;debug permissions 466707357099884544 You can find this ID [by enabling Developer Mode and right-clicking (or long-pressing) on the server icon](https://discordia.me/developer-mode). \ No newline at end of file