Gemini添加更多注释
This commit is contained in:
@@ -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", {
|
||||
|
||||
Reference in New Issue
Block a user