Merge pull request #3 from y9Kap/patch-1

Update App.kt
This commit is contained in:
2022-08-30 15:27:00 +06:00
committed by GitHub

View File

@@ -34,7 +34,7 @@ suspend fun main(args: Array<String>) {
reply(it, "Hello, I am ${me.firstName}")
}
// That will be called on the end of bot initiation. After that prinln will be started long polling and bot will
// That will be called on the end of bot initiation. After that println will be started long polling and bot will
// react on your commands
println(me)
}.join()