Skip to content

copecone/discord.kt

 
 

Repository files navigation

discord.kt

Unofficial Discord Kotlin API

Official Discord Server

Example

It Works!

fun main() {
    bot {
        command("ping") {
            execute { reply("Pong") }
        }
    }
}

About

Unofficial Discord Kotlin API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%