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