From 5d156f6708129c8fec122112d6ee6c4949d08963 Mon Sep 17 00:00:00 2001 From: bpavuk Date: Thu, 11 Jul 2024 16:48:54 +0300 Subject: [PATCH] reverted explicit class cast removal --- RightsChangerBot/src/main/kotlin/RightsChanger.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RightsChangerBot/src/main/kotlin/RightsChanger.kt b/RightsChangerBot/src/main/kotlin/RightsChanger.kt index 936438b..9c3cb17 100644 --- a/RightsChangerBot/src/main/kotlin/RightsChanger.kt +++ b/RightsChangerBot/src/main/kotlin/RightsChanger.kt @@ -197,7 +197,7 @@ suspend fun main(args: Array) { } } - bot.buildBehaviourWithFSMAndStartLongPolling( + bot.buildBehaviourWithFSMAndStartLongPolling( defaultExceptionsHandler = { it.printStackTrace() },