feat: 现有指令占位

This commit is contained in:
Rock Chin
2023-03-19 14:33:01 +00:00
parent 36dca7ae2f
commit d08794579c
4 changed files with 265 additions and 13 deletions

14
pkg/qqbot/cmds/func.py Normal file
View File

@@ -0,0 +1,14 @@
from pkg.qqbot.cmds.model import command
@command(
"draw",
"使用DALL·E模型作画",
"!draw <图片提示语>",
[],
False
)
def cmd_draw(cmd: str, params: list, session_name: str,
text_message: str, launcher_type: str, launcher_id: int,
sender_id: int, is_admin: bool) -> list:
"""使用DALL·E模型作画"""
pass