An open API service indexing awesome lists of open source software.

https://github.com/codemeapixel/modtools

ModTools is a bot that provides automoderation capabilities.
https://github.com/codemeapixel/modtools

Last synced: 25 days ago
JSON representation

ModTools is a bot that provides automoderation capabilities.

Awesome Lists containing this project

README

          

## Page Navigation
- [ModTools Commands](./COMMANDS.md)
- [ModTools Information](./PERFORMANCE.md)
- [ModTools Invite](https://discordapp.com/api/oauth2/authorize?client_id=634306491310145540&permissions=8&scope=bot)

## What is ModTools?

ModTools is a bot that provides automoderation capabilities. It uses the [Toxicity classifier](https://github.com/tensorflow/tfjs-models/tree/master/toxicity) by Tensorflow to automatically detect toxic messages.

The bot is highly configurable. You can specify what punishment a user should recieve after x amount of toxic messages. e.g. Deleting every toxic message and muting a user after every 5 toxic messages.

> The TensorFlow.js toxicity model, is a model which classifies text according to whether it exhibits offensive attributes (i.e. profanity, sexual explicitness).