Skip to content

KawaiiBot/KawaiiBot

Repository files navigation

KawaiiBot

Installation

If you need help with theses steps, you can ask for help on our discord

Building on the host

chmod +x gradlew && ./gradlew shadowJar

Building on windows

./gradlew.bat build
./gradlew.bat shadowJar

Building via Docker

docker build -t kawaiibot .

Deployment via Docker Compose

docker-compose up -d --build

Development setup

chmod +x gradlew && ./gradlew cleanIdea idea