mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-02-07 12:16:12 +08:00
14 lines
260 B
Python
14 lines
260 B
Python
|
from nonebot_plugin_marshoai.plugin import (
|
||
|
Integer,
|
||
|
Parameter,
|
||
|
PluginMetadata,
|
||
|
String,
|
||
|
on_function_call,
|
||
|
)
|
||
|
|
||
|
__marsho_meta__ = PluginMetadata(
|
||
|
name="养猫插件",
|
||
|
description="在Marsho这里赛博养猫",
|
||
|
author="Twisuki",
|
||
|
)
|