Unofficial Discord Kotlin API
It Works!
fun main() {
bot {
command("ping") {
execute { reply("Pong") }
}
}
}| Name | Name | Last commit date | ||
|---|---|---|---|---|
Unofficial Discord Kotlin API
It Works!
fun main() {
bot {
command("ping") {
execute { reply("Pong") }
}
}
}