-
|
我希望实现如下功能: 当用户在群聊中发送 使用场景将机器人部署在一些工作群聊中,用于监听并提取某些重要信息(只监听、处理而不主动回复消息)。 当前思路与问题我能想到的一种方法是:
但这种方法存在以下问题:
补充说明(关键点)
例如:
如果已经有过类似的需求且已经实现了类似功能,希望网友可以告诉我! |
Beta Was this translation helpful? Give feedback.
Answered by
yanyongyu
Jun 9, 2025
Replies: 2 comments
-
|
在不修改其他插件的功能下,也许你可以使用 on calling api hook 来拦截发送消息。 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
H-Elden
-
|
非常感谢!成功了 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
在不修改其他插件的功能下,也许你可以使用 on calling api hook 来拦截发送消息。