接入萌娘百科搜索

This commit is contained in:
2024-12-11 00:12:22 +08:00
parent 4ca5324f69
commit bb2f59eae9
3 changed files with 121 additions and 1 deletions

View File

@@ -1,4 +1,10 @@
from . import mg_Info
from . import mg_Search
# meogirl
async def meogirl():
return mg_Info.meogirl()
return mg_Info.meogirl()
# Search
async def search(msg : str, num : int = 3):
return str(mg_Search.search(msg, num))