discord.kt Unofficial Discord Kotlin API Official Discord Server Example It Works! fun main() { bot { command("ping") { execute { reply("Pong") } } } }