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) {