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

https://github.com/snipcola/rulegpt

A bot utilising the OpenAI API in order to evaluate messages against predefined rules.
https://github.com/snipcola/rulegpt

ai discord evaluation moderation openai rule

Last synced: 11 months ago
JSON representation

A bot utilising the OpenAI API in order to evaluate messages against predefined rules.

Awesome Lists containing this project

README

          




RuleGPT


Enforce your server rules with the power
of artificial intelligence using the OpenAIAPI.





Getting RuleGPT


Either get it from the releases or compile it yourself.


Features




  • ⚠️ Warnings: The bot will give out warnings and consider future punishments with the user's warnings in mind.


  • ⛔ Punishments: The bot will hand out punishments either explicitly specified in the rules or based on the severity of the rule-breaking. Available punishments are warn, timeout, kick, and ban.


  • ⚙️ Configuration: You can configure the rules that the bot will ensure users will adhere to by using the config command, it's made to be really simple so you can get the bot set up quick.



config.json Example


{ "token": "BOT_TOKEN", "administrators": ["USER_ID"] }