mirror of
https://github.com/pischule/memevizor.git
synced 2025-12-19 06:56:42 +00:00
Add "true" to confirm commands list
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user