Archived
1
0
Fork 0
This commit is contained in:
yzhh 2021-10-14 19:10:36 +08:00
commit b2abd8a314

View file

@ -39,7 +39,7 @@ async def wiki_wrapper(msg: MessageSession):
async def wiki(msg: MessageSession):
command = f'[[{" ".join(msg.trigger_msg.split(" ")[1:])}]]'
await regex_proc(msg, command, typing=False)
await regex_proc(msg, command)
async def set_start_wiki(msg: MessageSession):
@ -254,4 +254,4 @@ async def regex_proc(msg: MessageSession, display):
for t in title:
match_interwiki = re.match(r'(.*?):(.*)', t)
"""
"""