Skip to content

AriestaAgung/DiscordKt

 
 

Repository files navigation

Discord Banner
Kotlin Kord Version
Discord JakeyWakey#1569

DiscordKt is a framework for creating Discord bots entirely in Kotlin. It uses Kord for direct interactions with the Discord API.

For API docs and examples, check GitHub Pages. For something that you can interact with, try the example project.

Gradle (Kotlin)

dependencies {
    implementation("me.jakejmattson:DiscordKt:0.22.0")
}

Gradle (Groovy)

dependencies {
    implementation 'me.jakejmattson:DiscordKt:0.22.0'
}

Maven

<dependencies>
    <dependency>
        <groupId>me.jakejmattson</groupId>
        <artifactId>DiscordKt</artifactId>
        <version>0.22.0</version>
    </dependency>
</dependencies>

About

Kotlin Discord bot framework.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 100.0%