Rattlyy / DiscordKt

Kotlin Discord bot framework.

Home Page:https://discordkt.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discord Banner
Kotlin Kord Version
Discord _jakeywakey

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.24.0")
}

Gradle (Groovy)

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

Maven

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

About

Kotlin Discord bot framework.

https://discordkt.github.io/

License:MIT License


Languages

Language:Kotlin 100.0%