mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2026-01-26 05:41:53 +00:00
改成异步了, 改完彻底不能用了
This commit is contained in:
@@ -7,4 +7,4 @@ async def meogirl():
|
||||
|
||||
# Search
|
||||
async def search(msg : str, num : int = 3):
|
||||
return str(mg_Search.search(msg, num))
|
||||
return str(await mg_Search.search(msg, num))
|
||||
|
||||
Reference in New Issue
Block a user