From ebf693344029d810c37c571d4f0ab4ac3c6a3164 Mon Sep 17 00:00:00 2001 From: spiral Date: Sun, 1 Aug 2021 16:29:56 -0400 Subject: [PATCH] add more information about non-logger bots with PluralKit support --- docs/content/staff/compatibility.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/staff/compatibility.md b/docs/content/staff/compatibility.md index adf1324b..c53175d9 100644 --- a/docs/content/staff/compatibility.md +++ b/docs/content/staff/compatibility.md @@ -3,11 +3,11 @@ Many servers use *logger bots* for keeping track of edited and deleted messages, Because PluralKit deletes messages as part of proxying, this can often clutter up these logs. ## Bots with PluralKit support -Some logger bots have offical PluralKit support, and properly handle excluding proxy deletes, as well as add PK-specific information to relevant log messages: +Some moderation bots have offical PluralKit support, and properly handle excluding proxy deletes, as well as add PK-specific information to relevant log messages: - [**Gabby Gums**](https://github.com/amadea-system/GabbyGums) - [**Catalogger**](https://catalogger.starshines.xyz/docs) -- [**Crosslink**](https://crss.link) +- [**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.