A bot utilising the OpenAI API in order to evaluate messages against predefined rules.
assets | ||
src | ||
.gitignore | ||
package.json | ||
README.md |
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"] }