From d0905c6d17ebc045907f721ede5b9f2ad5b59852 Mon Sep 17 00:00:00 2001 From: Kap <91501761+y9Kap@users.noreply.github.com> Date: Tue, 30 Aug 2022 11:32:18 +0300 Subject: [PATCH] Update App.kt prinln to println --- src/main/kotlin/telegram_bot/App.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/telegram_bot/App.kt b/src/main/kotlin/telegram_bot/App.kt index 0d1b726..e81907c 100644 --- a/src/main/kotlin/telegram_bot/App.kt +++ b/src/main/kotlin/telegram_bot/App.kt @@ -34,7 +34,7 @@ suspend fun main(args: Array) { 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()