mirror of
https://github.com/pischule/memevizor.git
synced 2025-12-19 06:56:42 +00:00
Fix soxok command
This commit is contained in:
@@ -17,7 +17,7 @@ class ThisCommandHandlerService(
|
|||||||
private val botProps: BotProps,
|
private val botProps: BotProps,
|
||||||
private val fileUploaderService: FileUploaderService,
|
private val fileUploaderService: FileUploaderService,
|
||||||
) {
|
) {
|
||||||
private val confirmCommands = listOf("this", "soxok!")
|
private val confirmCommands = listOf("this", "!soxok")
|
||||||
|
|
||||||
suspend fun create(env: MessageHandlerEnvironment) {
|
suspend fun create(env: MessageHandlerEnvironment) {
|
||||||
if (!shouldHandleMessage(env)) return
|
if (!shouldHandleMessage(env)) return
|
||||||
|
|||||||
Reference in New Issue
Block a user