Skip to content

Module nonebot_plugin_marshoai.tools.marshoai_meogirl


async func meogirl()

Source code or View on GitHub
python
async def meogirl():
    return mg_info.meogirl()

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

Source code or View on GitHub
python
async def search(msg: str, num: int=3):
    return str(await mg_search.search(msg, num))

async func introduce(msg: str)

Source code or View on GitHub
python
async def introduce(msg: str):
    return str(await mg_introduce.introduce(msg))

The document is being improved. Suggestions are welcome.