Add note about chat filter bots to docs

This commit is contained in:
Ske 2020-11-15 15:15:08 +01:00
parent c0c4871f0b
commit 9a3e7273fb

View File

@ -40,4 +40,9 @@ In most cases, PluralKit will match log messages by the ID of the deleted messag
**For best results, use a bot marked *(precise)* in the above list.**
:::
If you want support for another logging bot, [let me know on the support server](https://discord.gg/PczBt78).
If you want support for another logging bot, [let me know on the support server](https://discord.gg/PczBt78).
## Chat filter bots
If PluralKit detects that a proxy trigger message has already been deleted when it attempts to delete it itself, it'll also delete the trigger message. This ensures compatibility in *most* cases with moderation bots that filter messages (eg. swear words, links, invites, etc). The bot will delete the original trigger message, and then PluralKit will clean up the proxied message as well.
Due to the timing aspect, this may not work 100% of the time, especially if there's server lag involved, but it's hopefully good enough.