This project has been rewritten by the lead maintainer as a personal project.
This is the code repo for the Oatmeal discord bot in the 5183 Discord. You are welcome to use this code for whatever but no you won't get the token unless we screw up, so don't ask.
Download a stable build from here.
Download a bleeding edge build from here. Click the most recent workflow run and download Oatmeal.jar found in the artifacts tab.
Set an environment variable TOKEN="yourtokenhere"
OR
Run the .jar with the token as your argument.
OR
Change the value token
in config.json
to your token.
Set the following environment variables accordingly: DATABASE_ADDRESS
, DATABASE_PORT
, DATABASE_USER
, DATABASE_PASSWORD
, DATABASE_NAME
Currently only supports MariaDB (and it's forks), however more are planned to be added in the future, including SQLite.
gradlew shadowJar
Find the .jar in build/libs/oatmeal-(version)-all.jar