fix: magic conch trigger regex fix 2
This commit is contained in:
parent
c5bee83a4a
commit
ab3c303695
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ class MConch(ModuleInterface):
|
|||
def __init__(self):
|
||||
super().__init__()
|
||||
self.name = "Magic_Conch"
|
||||
self.regex_pattern = r".*마법의 미냐고동\s*님\s*.*?"
|
||||
self.regex_pattern = r".*마법의 미냐고동님\s*.*?"
|
||||
|
||||
print("[Magic_Conch] Selection helper module, Magic_Conch V1 loaded.")
|
||||
|
||||
|
|
Loading…
Reference in a new issue