the-programmers-hangout / DiscordKt

A Kotlin framework for creating Discord bots. [Mirror] https://github.com/DiscordKt/DiscordKt

Home Page:https://github.com/DiscordKt/DiscordKt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 interactive, try the example project.

Gradle (Kotlin)

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

Gradle (Groovy)

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

Maven

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

About

A Kotlin framework for creating Discord bots. [Mirror] https://github.com/DiscordKt/DiscordKt

https://github.com/DiscordKt/DiscordKt

License:MIT License


Languages

Language:Kotlin 100.0%