fix: magic conch trigger regex fix 2

This commit is contained in:
Soumt Nam 2023-09-13 19:58:31 +09:00
parent c5bee83a4a
commit ab3c303695

View file

@ -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.")