Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 1 KB

File metadata and controls

53 lines (37 loc) · 1 KB

kriess

Made with ❤️ by @GreatGodApollo

A reusable command handler for JDA, written in Kotlin

Installation

Maven

<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>

Gradle

repositories {
    maven {
        name = "brettbrepo"
        url = uri("https://repo.brettb.xyz/releases")
    }
}

dependencies {
    implementation("tech.junodevs.discord:kriess:0.16.0")
}

Usage

While documentation writing is in progress, why don't you check out the examplebot?

Licensing

This project is licensed under the MIT License

Authors