mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-09 15:26:03 +00:00
feat: 现有指令占位
This commit is contained in:
14
pkg/qqbot/cmds/func.py
Normal file
14
pkg/qqbot/cmds/func.py
Normal 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
|
||||
Reference in New Issue
Block a user