Unofficial Discord Kotlin API
It Works!
fun main() {
bot {
command("ping") {
execute { reply("Pong") }
}
}
}
Unofficial Discord Kotlin API
It Works!
fun main() {
bot {
command("ping") {
execute { reply("Pong") }
}
}
}