mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-bot_template.git
synced 2024-11-14 12:23:52 +00:00
Update App.kt
prinln to println
This commit is contained in:
parent
b243a19cdf
commit
d0905c6d17
@ -34,7 +34,7 @@ suspend fun main(args: Array<String>) {
|
|||||||
reply(it, "Hello, I am ${me.firstName}")
|
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
|
// react on your commands
|
||||||
println(me)
|
println(me)
|
||||||
}.join()
|
}.join()
|
||||||
|
Loading…
Reference in New Issue
Block a user