Fix soxok command

This commit is contained in:
2025-05-30 23:41:45 +03:00
parent 243e4b9e9a
commit 923e0b3ca8

View File

@@ -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