A highly configurable bot that is built around a single TOML file
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
kageru 997284fb54
Set all intents (javacord 3.1 migration)
3 years ago
src Set all intents (javacord 3.1 migration) 3 years ago
.editorconfig Indent with 2 spaces instead of 4 4 years ago
.gitignore Add .idea to gitignore 4 years ago
CHANGELOG.md Added readme and changelog 4 years ago
README.md update Readme 3 years ago
build.gradle.kts Update dependencies 3 years ago
check.sh Minor changes to deployment process 4 years ago
deploy.sh Minor changes to deployment process 4 years ago
settings.gradle bot runs and can ping/pong 4 years ago

README.md

kagebot where the code is better than the name

This bot is a replacement for my old one with a very simple premise: As much as possible should be configurable in a human-readable way. This will allow anyone to modify the config to host their own instance tailored to their own needs, and it allows server moderators to make changes without any coding experience. Even at runtime. I try to maintain a comprehensive default configuration as part of the repository because the past has taught me that Im not good at updating readmes.

A few months after

The bot has become somewhat specialized at this point, but I think it should still be generally reusable if a similar use case arises. The implementation has kind of deteriorated into a playground for me (adding arrow-kt and just generally trying out FP stuff)[1], but its been running and moderating a 1000+ user server for over a year with relatively little maintenance.

[1]: While arrow is great, adding it to a project after the fact leads to a very weird combination of FP and non-FP constructs. Would not recommend in production.