An open API service indexing awesome lists of open source software.

https://github.com/the-programmers-hangout/discordkt

A Kotlin framework for creating Discord bots. [Mirror] https://github.com/DiscordKt/DiscordKt
https://github.com/the-programmers-hangout/discordkt

disc discord discordkt kotlin

Last synced: 11 months ago
JSON representation

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

Awesome Lists containing this project

README

          



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](https://discordkt.github.io/). For something interactive, try the [example project](https://github.com/discordkt/discordktexample).

### Gradle (Kotlin)
```kotlin
dependencies {
implementation("me.jakejmattson:DiscordKt:0.23.4")
}
```

### Gradle (Groovy)
```groovy
dependencies {
implementation 'me.jakejmattson:DiscordKt:0.23.4'
}
```

### Maven
```xml


me.jakejmattson
DiscordKt
0.23.4

```