mirror of
https://github.com/pischule/memevizor.git
synced 2025-12-19 15:06:43 +00:00
Fix soxok command
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user