initializr-over-discord
Discord bot interface for Spring Initializr.
This bot demonstrates the usage of Yandex.Speller API through initializr-kt
Configuration
To configure the token for this bot, edit ./src/main/resources/application.yml
and specify your own token there:
discord:
token: "your token here"
Or use the environment variable DISCORD_TOKEN
.
Running
To run this bot, use bootRun
gradle task.
./gradlew bootRun
Or run, using docker-compose
docker-compose up -d