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
- Host: GitHub
- URL: https://github.com/the-programmers-hangout/discordkt
- Owner: the-programmers-hangout
- License: mit
- Created: 2020-03-29T16:05:44.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2022-11-21T05:46:14.000Z (over 3 years ago)
- Last Synced: 2025-04-02T10:08:48.821Z (about 1 year ago)
- Topics: disc, discord, discordkt, kotlin
- Language: Kotlin
- Homepage: https://github.com/DiscordKt/DiscordKt
- Size: 1.85 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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
```