Update App.kt

prinln to println
This commit is contained in:
Kap 2022-08-30 11:32:18 +03:00 committed by GitHub
parent b243a19cdf
commit d0905c6d17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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()