We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aiocqhttp(使用 OneBot 协议接入的)
Windows11, Python 3.10.14 in Conda
v3.4.0
Aiocqhttp使用LLOneBot v4.4.1
测试消息如图: 测试代码如下文:
@handler(GroupMessageReceived) async def group_normal_message_received(self, ctx: EventContext): msg: MessageChain msg = ctx.event.message_chain if Image in msg: print("Image found.") img = msg[msg.index(Image)] if Quote in msg: print("Quote found") quote = msg[msg.index(Quote)]
图片和文字消息组件均能检测到,但引用消息无法检测到。
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
消息平台适配器
aiocqhttp(使用 OneBot 协议接入的)
运行环境
Windows11, Python 3.10.14 in Conda
LangBot 版本
v3.4.0
异常情况
Aiocqhttp使用LLOneBot v4.4.1
测试消息如图:
测试代码如下文:
图片和文字消息组件均能检测到,但引用消息无法检测到。
启用的插件
No response
The text was updated successfully, but these errors were encountered: