2024-12-14 19:16:59 +08:00

1.2 KiB
Executable File

title collapsed
index true

模块 nonebot_plugin_marshoai.tools.marshoai_meogirl


async func meogirl()

源代码在GitHub上查看
async def meogirl():
    return mg_info.meogirl()

async func search(msg: str, num: int = 3)

源代码在GitHub上查看
async def search(msg: str, num: int=3):
    return str(await mg_search.search(msg, num))

async func introduce(msg: str)

源代码在GitHub上查看
async def introduce(msg: str):
    return str(await mg_introduce.introduce(msg))