Closed NoMathExpectation closed 2 months ago
否
// simbot val simbotVersion = "4.6.0" implementation("love.forte.simbot:simbot-core:$simbotVersion") compileOnly("love.forte.simbot.common:simbot-common-annotations:$simbotVersion") implementation("love.forte.simbot.component:simbot-component-onebot-v11-core:1.4.0") implementation("love.forte.simbot.component:simbot-component-kook-core:4.0.2")
Kotlin
Gradle
还是用与 simple-robot/simbot-component-kook#174 一样的方式测试获取被引用消息,怎么获取都是空的。
看了源代码: 但是 OneBotReply 在接收到的消息里是用 OneBotMessageSegmentElement 包装的,而不是直接作为消息元素。
OneBotReply
OneBotMessageSegmentElement
是否会提供贡献?
否
版本信息
涉及的编程语言
Kotlin
项目构建工具
Gradle
内容描述
还是用与 simple-robot/simbot-component-kook#174 一样的方式测试获取被引用消息,怎么获取都是空的。
看了源代码: 但是
OneBotReply
在接收到的消息里是用OneBotMessageSegmentElement
包装的,而不是直接作为消息元素。