fix(docs): broken links

This commit is contained in:
liv
2021-12-07 02:42:22 -05:00
committed by spiral
parent 5cf2384474
commit 3107a0b5fd
4 changed files with 12 additions and 12 deletions

View File

@@ -9,7 +9,7 @@ Some moderation bots have offical PluralKit support, and properly handle excludi
- [**Catalogger**](https://catalogger.starshines.xyz/docs)
- [**Crosslink**](https://crss.link) (Link detection / filtering)
If your server uses an in-house bot for logging, you can use [the API](../api-documentation.md) to implement support yourself.
If your server uses an in-house bot for logging, you can use [the API](/api) to implement support yourself.
## Log cleanup
Another solution is for PluralKit to automatically delete log messages from other bots when they get posted.

View File

@@ -5,8 +5,8 @@ PluralKit requires some channel permissions in order to function properly:
- Message proxying requires the **Manage Messages** and **Manage Webhooks** permissions in a channel.
- Most commands require the **Embed Links**, **Attach Files** and **Add Reactions** permissions to function properly.
- Commands with reaction menus also require **Manage Messages** to remove reactions after clicking.
- [Proxy logging](./logging.md) requires the **Send Messages** permission in the log channel.
- [Log cleanup](./compatibility.md#log-cleanup) requires the **Manage Messages** permission in the log channels.
- [Proxy logging](/staff/logging) requires the **Send Messages** permission in the log channel.
- [Log cleanup](/staff/compatibility/#log-cleanup) requires the **Manage Messages** permission in the log channels.
Denying the **Send Messages** permission will *not* stop the bot from proxying, although it will prevent it from sending command responses. Denying the **Read Messages** permission will, as any other bot, prevent the bot from interacting in that channel at all.