Gemini添加更多注释

This commit is contained in:
2026-01-01 20:20:42 +08:00
parent dc5fc265f1
commit 9b5be6f56e
3 changed files with 28 additions and 4 deletions

View File

@@ -27,11 +27,11 @@ async def handle_echo(bot: Bot, event: MessageEvent, args: list[str]):
@matcher.command("poke")
async def handle_poke(bot: Bot, event: MessageEvent, args: list[str]):
"""
处理 echo 指令,原样回复用户输入的内容
处理 poke 指令,发送群戳一戳
:param bot: Bot 实例
:param event: 消息事件对象
:param args: 指令参数列表
:param args: 指令参数列表(本指令不使用参数)
"""
await bot.call_api("group_poke", {