
Library streamlines Discord Interactions by providing classes for all interaction objects, supporting all endpoints with suspendable functions, and offering helper functions for application command creation.
KtDiscord is a Kotlin Multiplatform library for working with Discord Interactions.
KtDiscord is available from Maven Central.
Add the following to your build.gradle.kts file to install KtDiscord:
dependencies {
implementation("cloud.drakon:ktdiscord:7.0.0-SNAPSHOT")
}KtDiscord is a Kotlin Multiplatform library for working with Discord Interactions.
KtDiscord is available from Maven Central.
Add the following to your build.gradle.kts file to install KtDiscord:
dependencies {
implementation("cloud.drakon:ktdiscord:7.0.0-SNAPSHOT")
}