add more information about non-logger bots with PluralKit support

This commit is contained in:
spiral 2021-08-01 16:29:56 -04:00
parent 1a0486f038
commit ebf6933440
No known key found for this signature in database
GPG Key ID: A6059F0CA0E1BD31

View File

@ -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.