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.
- Host: GitHub
- URL: https://github.com/snipcola/rulegpt
- Owner: snipcola
- Archived: true
- Created: 2023-07-15T04:23:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-18T03:01:05.000Z (over 2 years ago)
- Last Synced: 2025-02-25T07:13:25.098Z (over 1 year ago)
- Topics: ai, discord, evaluation, moderation, openai, rule
- Language: JavaScript
- Homepage:
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"] }