Overview of Kord modules
mainKord is a modularized, coroutine-based implementation of the Discord API. It provides a full mapping of the non-voice API on Kotlin/JVM and Kotlin/JS, and an experimental mapping of the Voice API on Kotlin/JVM.
Available modules:
kord-common: Common logic.kord-rest: Discord REST API implementation.kord-gateway: Discord Gateway implementation.kord-core: High-level abstractions and caching.kord-voice: Discord Voice API (JVM only).kord-core-voice: Core abstractions for Voice.