mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-08 23:06:03 +00:00
perf: 完善事件处理
This commit is contained in:
@@ -33,6 +33,7 @@ PersonNormalMessageReceived = "person_normal_message_received"
|
||||
|
||||
returns (optional):
|
||||
alter: str 修改后的消息文本
|
||||
reply: list 回复消息组件列表
|
||||
"""
|
||||
|
||||
PersonCommandSent = "person_command_sent"
|
||||
@@ -61,6 +62,7 @@ GroupNormalMessageReceived = "group_normal_message_received"
|
||||
|
||||
returns (optional):
|
||||
alter: str 修改后的消息文本
|
||||
reply: list 回复消息组件列表
|
||||
"""
|
||||
|
||||
GroupCommandSent = "group_command_sent"
|
||||
|
||||
Reference in New Issue
Block a user