/KawaiiBot

KawaiiBot for Discord

Primary LanguageKotlinGNU General Public License v3.0GPL-3.0

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