Realistically this is the function ``` fun main(r...
# javascript
j
Realistically this is the function
Copy code
fun main(robot: dynamic) {
    robot.hear("kt", { msg->
        msg.send("hi from kt")
    })
}