From b7402031167036396313ea80c532fe08527579f8 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Sun, 8 May 2022 00:41:13 +0600 Subject: [PATCH] 0.38.23 --- WebApp/src/jvmMain/kotlin/WebAppServer.kt | 3 +++ gradle.properties | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/WebApp/src/jvmMain/kotlin/WebAppServer.kt b/WebApp/src/jvmMain/kotlin/WebAppServer.kt index f97fe17..6f64c4c 100644 --- a/WebApp/src/jvmMain/kotlin/WebAppServer.kt +++ b/WebApp/src/jvmMain/kotlin/WebAppServer.kt @@ -81,6 +81,9 @@ suspend fun main(vararg args: String) { ) } + onUnhandledCommand { + println("Unhandled command: ${it.content}") + } setMyCommands( BotCommand("reply_markup", "Use to get reply markup keyboard with web app trigger"), BotCommand("inline", "Use to get inline keyboard with web app trigger"), diff --git a/gradle.properties b/gradle.properties index 172c772..b677ec3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,6 +3,6 @@ org.gradle.parallel=true kotlin_version=1.6.10 -telegram_bot_api_version=0.38.22 +telegram_bot_api_version=0.38.23 micro_utils_version=0.9.24 ktor_version=1.6.8