Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

forceload/discord.kt-archive

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