AugustArchive / Kairi

πŸ… Experimental Kotlin library for Revolt (API subject is to change)

Home Page:https://kairi.floofy.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kairi

πŸ… Experimental Kotlin library for Revolt

Usage

fun main(args: Array<String>) = runBlocking {
    val bot = Kairi {
        token = ""
    }
    
    bot.on<MessageCreateEvent> {
        if (this.content == "!ping") this.channel.send("pong!")
    }
    
    bot.launch()
}

Support

if you need support, you can join the Revolt server here: https://app.revolt.chat/invite/bXkwK8af (it's very incomplete lol)

License

Kairi is released under the MIT License.

About

πŸ… Experimental Kotlin library for Revolt (API subject is to change)

https://kairi.floofy.dev

License:MIT License


Languages

Language:Kotlin 100.0%