From 8291c72b0da68cc5152c565af8f986ee98735198 Mon Sep 17 00:00:00 2001 From: Maksim Pischulenok Date: Tue, 16 Dec 2025 22:36:11 +0300 Subject: [PATCH] Add "true" to confirm commands list --- .../pischule/memevizor/bot/handler/ThisCommandHandlerService.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/com/pischule/memevizor/bot/handler/ThisCommandHandlerService.kt b/src/main/kotlin/com/pischule/memevizor/bot/handler/ThisCommandHandlerService.kt index bbf08c5..bfd47e7 100644 --- a/src/main/kotlin/com/pischule/memevizor/bot/handler/ThisCommandHandlerService.kt +++ b/src/main/kotlin/com/pischule/memevizor/bot/handler/ThisCommandHandlerService.kt @@ -20,7 +20,7 @@ class ThisCommandHandlerService( private val fileUploaderService: FileUploaderService, private val videoTranscoderService: VideoTranscoderService, ) { - private val confirmCommands = listOf("this", "!soxok") + private val confirmCommands = listOf("this", "true", "!soxok") private val mediaFileName = "media" fun create(env: MessageHandlerEnvironment) {