Skip to content

the-programmers-hangout/DiscordKt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,128 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 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

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages