From 923e0b3ca873c937cbfdf438180cbe1bc2889a9e Mon Sep 17 00:00:00 2001 From: Maksim Pischulenok Date: Fri, 30 May 2025 23:41:45 +0300 Subject: [PATCH] Fix soxok command --- .../pischule/memestv/bot/handler/ThisCommandHandlerService.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/com/pischule/memestv/bot/handler/ThisCommandHandlerService.kt b/src/main/kotlin/com/pischule/memestv/bot/handler/ThisCommandHandlerService.kt index 3da3202..e13d463 100644 --- a/src/main/kotlin/com/pischule/memestv/bot/handler/ThisCommandHandlerService.kt +++ b/src/main/kotlin/com/pischule/memestv/bot/handler/ThisCommandHandlerService.kt @@ -17,7 +17,7 @@ class ThisCommandHandlerService( private val botProps: BotProps, private val fileUploaderService: FileUploaderService, ) { - private val confirmCommands = listOf("this", "soxok!") + private val confirmCommands = listOf("this", "!soxok") suspend fun create(env: MessageHandlerEnvironment) { if (!shouldHandleMessage(env)) return