Kord
Idiomatic Kotlin Wrapper for The Discord API
Written in Kotlin
Kord is written from the ground up in Kotlin and is built on top of several libraries in the Kotlin ecosystem such as Ktor, kotlinx.coroutines and kotlinx.serialization.
Efficient
Thanks to coroutines, we are able to combine the conciseness and readability of imperative code with the concurrency and speed of reactive code.
Flexible
Kord provides high level APIs but also full access to low level APIs when you want to do some unconventional things.