Skip to content

DiscordKt/discordkt-starter

Repository files navigation

Kotlin DiscordKt

DiscordKt Starter

A DiscordKt project template.

Template Structure

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

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

🤝 Contributing

Contributions, issues, and feature requests are welcome!
Feel free to check issues page.

📝 License

This project is MIT licensed.