new file: nonebot_plugin_marshoai/tools/marshoai-meogirl/__init__.py

new file:   nonebot_plugin_marshoai/tools/marshoai-meogirl/mg_Info.py
	new file:   nonebot_plugin_marshoai/tools/marshoai-meogirl/tools.json
This commit is contained in:
Twisuki 2024-12-10 00:30:13 +08:00
parent 910f68398c
commit 4ca5324f69
3 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,4 @@
from . import mg_Info
async def meogirl():
return mg_Info.meogirl()

View File

@ -0,0 +1,4 @@
# Meogirl
def meogirl():
return "Meogirl指的是\"萌娘百科\"(https://zh.moegirl.org.cn/ , 简称\"萌百\"), 是一个\"万物皆可萌的百科全书!\"; 同时, MarshoTools也配有\"Meogirl\"插件, 可调用萌百的api"

View File

@ -0,0 +1,9 @@
[
{
"type" : "function",
"function" : {
"name" : "marshoai-meogirl__meogirl",
"description" : "介绍Meogirl"
}
}
]