Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Kotlin Discord bot framework.

License

NotificationsYou must be signed in to change notification settings

DiscordKt/DiscordKt

Repository files navigation

Discord Banner
KotlinKordVersion
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, checkGitHub Pages. For something interactive, try theexample 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>

[8]ページ先頭

©2009-2025 Movatter.jp