A bot utilising the OpenAI API in order to evaluate messages against predefined rules.
Go to file
2024-03-18 03:01:45 +00:00
assets update README 2024-03-18 03:01:03 +00:00
src Change messageCreate 2023-07-16 22:07:23 +01:00
.gitignore pkg 2023-07-15 14:24:44 +01:00
package.json pkg 2023-07-15 14:24:44 +01:00
README.md fix README 2024-03-18 03:01:45 +00:00

RuleGPT

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

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"] }