改成异步了, 改完彻底不能用了

This commit is contained in:
2024-12-11 01:50:06 +08:00
parent bb2f59eae9
commit ccb12f0f63
2 changed files with 81 additions and 76 deletions

View File

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