mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-02-08 04:06:11 +08:00
8 lines
371 B
Python
8 lines
371 B
Python
|
# Twisuki
|
||
|
def twisuki():
|
||
|
return "Twiuski(苏阳)是megakits插件作者, Github : 'https://github.com/Twisuki'"
|
||
|
|
||
|
# MegaKits
|
||
|
def megakits():
|
||
|
return "MegaKits插件是一个功能混杂的MarshoAI插件, 由Twisuki(Github : 'https://github.com/Twisuki')开发, 插件仓库 : 'https://github.com/LiteyukiStudio/marsho-toolsets/tree/main/Twisuki/marshoai-megakits'"
|