alive.lua: Miku reagiert nun auch auf ミク
This commit is contained in:
parent
9abb62dddd
commit
c4710016d1
@ -9,7 +9,9 @@ return {
|
||||
description = "Ist der Bot noch da?",
|
||||
usage = {"Miku"},
|
||||
patterns = {"^[Mm][Ii][Kk][Uu](?)$",
|
||||
"^[Mm][Ii][Kk][Uu]$"
|
||||
"^[Mm][Ii][Kk][Uu]$",
|
||||
"^ミク$",
|
||||
"^ミク(?)$"
|
||||
},
|
||||
run = run
|
||||
}
|
||||
|
Reference in New Issue
Block a user