Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.

botdiril/botdiril-meson

 
 

Repository files navigation

botdiril 400 350

Botdiril Partially Rewritten (Again)

Documentation WIP.

Dependencies

All dependencies except PlutoEngine should be automatically pulled by Gradle.

Running manually

./gradlew run

Building the docker image

GitHub packages is a temporary solution until PlutoEngine is uploaded to Maven central.

DOCKER_BUILDKIT=1 docker build --build-arg githubPackagesKey="<githubPackagesKey>" -t botdiril350 .

Running in docker

docker secret create botdiril350.config.json <pathToSettings>.json
docker service create --secret src=botdiril350.config.json,target='/app/botdiril350/settings.json' botdiril350

About

A multi-purpose economy Discord bot.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.1%
  • Other 0.9%