Kord
Idiomatic Kotlin Wrapper for The Discord API
...While we'd love for you to try out our library, we don't recommend you use this in production just yet. Kord was created as an answer to the frustrations of writing Discord bots with other JVM libraries, which either use thread-blocking code or verbose and scope-restrictive reactive systems. We believe an API written from the ground up in Kotlin with coroutines can give you the best of both worlds: The conciseness of imperative code with the concurrency of reactive code. Aside from coroutines, we also wanted to give the user full access to lower-level APIs. ...