mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2026-01-26 02:31:48 +00:00
接入萌娘百科搜索
This commit is contained in:
@@ -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))
|
||||
Reference in New Issue
Block a user