Botdiril Partially Rewritten (Again)
Documentation WIP.
All dependencies except PlutoEngine should be automatically pulled by Gradle.
./gradlew run
GitHub packages is a temporary solution until PlutoEngine is uploaded to Maven central.
DOCKER_BUILDKIT=1 docker build --build-arg githubPackagesKey="<githubPackagesKey>" -t botdiril350 .
docker secret create botdiril350.config.json <pathToSettings>.json
docker service create --secret src=botdiril350.config.json,target='/app/botdiril350/settings.json' botdiril350