Made with ❤️ by @GreatGodApollo
A reusable command handler for JDA, written in Kotlin
<repository>
<id>brettbrepo</id>
<url>https://repo.brettb.xyz/releases</url>
</repository>
<dependency>
<groupId>tech.junodevs.discord</groupId>
<artifactId>kriess</artifactId>
<version>0.16.0</version>
</dependency>
repositories {
maven {
name = "brettbrepo"
url = uri("https://repo.brettb.xyz/releases")
}
}
dependencies {
implementation("tech.junodevs.discord:kriess:0.16.0")
}
While documentation writing is in progress, why don't you check out the examplebot?
This project is licensed under the MIT License