Merge pull request #3 from y9Kap/patch-1

Update App.kt
This commit is contained in:
InsanusMokrassar 2022-08-30 15:27:00 +06:00 committed by GitHub
commit 2acf32ec62
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()