A DiscordKt project template.
This repo gives you a fully working, and extendable bot template with:
- Multi-Guild configuration
- Main with basic configuration
- Docker and Gradle for easy setup
This bot can be run locally using Docker. To start it locally, do the following:
$ cp .env.example .env
Edit the .env file with your favourite editor, filling out the required keys.
$ docker-compose up --detach
Contributions, issues, and feature requests are welcome!
Feel free to check issues page.
This project is MIT licensed.