mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-02-08 07:16:19 +08:00
32 lines
1.0 KiB
Markdown
32 lines
1.0 KiB
Markdown
|
---
|
||
|
title: mk_info
|
||
|
---
|
||
|
# **Module** `nonebot_plugin_marshoai.tools.marshoai_megakits.mk_info`
|
||
|
|
||
|
---
|
||
|
### ***async func*** `twisuki()`
|
||
|
|
||
|
|
||
|
<details>
|
||
|
<summary> <b>Source code</b> or <a href='https://github.com/LiteyukiStudio/nonebot-plugin-marshoai/tree/main/nonebot_plugin_marshoai/tools/marshoai_megakits/mk_info.py#L2' target='_blank'>View on GitHub</a></summary>
|
||
|
|
||
|
```python
|
||
|
async def twisuki():
|
||
|
return 'Twiuski(苏阳)是megakits插件作者, Github : "https://github.com/Twisuki"'
|
||
|
```
|
||
|
</details>
|
||
|
|
||
|
---
|
||
|
### ***async func*** `megakits()`
|
||
|
|
||
|
|
||
|
<details>
|
||
|
<summary> <b>Source code</b> or <a href='https://github.com/LiteyukiStudio/nonebot-plugin-marshoai/tree/main/nonebot_plugin_marshoai/tools/marshoai_megakits/mk_info.py#L7' target='_blank'>View on GitHub</a></summary>
|
||
|
|
||
|
```python
|
||
|
async def megakits():
|
||
|
return 'MegaKits插件是一个功能混杂的MarshoAI插件, 由Twisuki(Github : "https://github.com/Twisuki")开发, 插件仓库 : "https://github.com/LiteyukiStudio/marsho-toolsets/tree/main/Twisuki/marshoai-megakits"'
|
||
|
```
|
||
|
</details>
|
||
|
|