Skip to content

Repository files navigation

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

About

Reusable JDA command handler written in Kotlin

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages