5.2.0 • Published 1 year ago

@tempestproject/ktdiscord v5.2.0

Weekly downloads
-
License
AGPL - 3.0 - only
Repository
github
Last release
1 year ago

KtDiscord

Kotlin License

KtDiscord is a Kotlin Multiplatform and JavaScript/TypeScript library for working with Discord Interactions.

Features

  • All Discord Interactions objects are exposed as classes
  • All Interactions endpoints are supported by KtDiscord and their usage is exposed as functions
  • Helper functions are provided for creating Global/Guild Application Commands, as are classes that expose the Application Command objects

Installation

KtDiscord is available from Maven Central (for Kotlin) and npm (for JavaScript/TypeScript).

Kotlin

Add the following to your build.gradle.kts file to install KtDiscord:

dependencies {
    implementation("cloud.drakon:ktdiscord:5.2.0")
}

JavaScript/TypeScript

package.json

"@tempestproject/ktdiscord": "5.2.0"

Command line

npm install @tempestproject/ktdiscord

Stability

KtDiscord will follow Semantic Versioning 2.0.0, meaning:

  • A MAJOR version denotes incompatible API changes
  • A MINOR version denotes adding functionality in a backwards compatible manner
  • A PATCH version denotes backwards compatible bug fixes
5.2.0

1 year ago

5.0.3

1 year ago

5.1.1

1 year ago

5.1.0

1 year ago

5.0.2

1 year ago

5.0.1

1 year ago

5.0.0

1 year ago

4.0.1

1 year ago

4.0.0

1 year ago

3.0.1

1 year ago

3.0.0

1 year ago

2.0.0

1 year ago