simbot-component-qq-guild icon indicating copy to clipboard operation
simbot-component-qq-guild copied to clipboard

一个 Kotlin 多平台的QQ机器人(包括群聊) SDK,一个 Simple Robot 的组件库。对接官方API,Java 友好、异步高效 😻😻😽

Results 20 simbot-component-qq-guild issues
Sort by recently updated
recently updated
newest added

Bumps `kotlinx-coroutines` from 1.8.0 to 1.8.1. Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core` from 1.8.0 to 1.8.1 Release notes Sourced from org.jetbrains.kotlinx:kotlinx-coroutines-core's releases. 1.8.1 Remove the @ExperimentalTime annotation from usages of TimeSource (#4046). Thanks, @​hfhbd!...

dependencies

Bumps `ktor` from 2.3.8 to 2.3.11. Updates `io.ktor:ktor-serialization-kotlinx-json` from 2.3.8 to 2.3.11 Release notes Sourced from io.ktor:ktor-serialization-kotlinx-json's releases. 2.3.10 Published 8 April 2024 Bugfixes CallLogging, StatusPages: response logged twice when...

dependencies

Bumps `ksp` from 1.9.22-1.0.18 to 1.9.24-1.0.20. Updates `com.google.devtools.ksp:symbol-processing-api` from 1.9.22-1.0.18 to 1.9.24-1.0.20 Release notes Sourced from com.google.devtools.ksp:symbol-processing-api's releases. 1.9.24-1.0.20 KSP 1.0.20 for kotlin compiler version 1.9.24 1.9.23-1.0.20 KSP1 issues fixed...

dependencies

Bumps `log4j` from 2.23.0 to 2.23.1. Updates `org.apache.logging.log4j:log4j-api` from 2.23.0 to 2.23.1 Updates `org.apache.logging.log4j:log4j-core` from 2.23.0 to 2.23.1 Updates `org.apache.logging.log4j:log4j-slf4j2-impl` from 2.23.0 to 2.23.1 You can trigger a rebase of...

dependencies

Bumps [com.charleskorn.kaml:kaml](https://github.com/charleskorn/kaml) from 0.57.0 to 0.59.0. Release notes Sourced from com.charleskorn.kaml:kaml's releases. 0.59.0 New: it is now possible to change the default 3 MB input document size limit by setting...

dependencies

``` love.forte.simbot.SimbotIllegalStateException: Unknown event type: PUBLIC_MESSAGE_DELETE. data: Dispatch(data={"message":{"author":{"bot":false,"id":"xxx","username":"xxx"},"channel_id":"xxx","guild_id":"xxx","id":"xxx"},"op_user":{"id":"14072671896854096427"}}, type=PUBLIC_MESSAGE_DELETE, seq=3) at love.forte.simbot.tencentguild.core.internal.TencentGuildBotImpl$processEvent$3.invokeSuspend(TencentGuildBotImpl.kt:438) at love.forte.simbot.tencentguild.core.internal.TencentGuildBotImpl$processEvent$3.invoke(TencentGuildBotImpl.kt) at love.forte.simbot.tencentguild.core.internal.TencentGuildBotImpl$processEvent$3.invoke(TencentGuildBotImpl.kt) at kotlinx.coroutines.flow.FlowKt__TransformKt$onEach$$inlined$unsafeTransform$1$2.emit(Emitters.kt:223) at love.forte.simbot.tencentguild.core.internal.TencentGuildBotImpl$processEvent$$inlined$mapNotNull$1$2.emit(Emitters.kt:245) at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:62) at kotlinx.coroutines.flow.FlowKt__ChannelsKt.access$emitAllImpl$FlowKt__ChannelsKt(Channels.kt:1) at kotlinx.coroutines.flow.FlowKt__ChannelsKt$emitAllImpl$1.invokeSuspend(Channels.kt) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)...

bug?

stdlib(标准库)模块是一个脱离 simbot 组件体系、可作为轻量级SDK直接使用的模块。 在此模块中,会有一套独立的轻量级时间调度体系和Bot实现,而在组件库模块中会对其进行再次包装。 但是这种拆分似乎意义不大,且徒增工作量。考虑废弃此模块、将直接以组件的形式实现QQ机器人API。

不兼容

Bumps `kotlinx-serialization` from 1.7.1 to 1.7.3. Updates `org.jetbrains.kotlinx:kotlinx-serialization-core` from 1.7.1 to 1.7.3 Release notes Sourced from org.jetbrains.kotlinx:kotlinx-serialization-core's releases. 1.7.3 This release aims to fix important issues that were discovered in...

dependencies

Bumps `ksp` from 2.0.10-1.0.24 to 2.0.20-1.0.25. Updates `com.google.devtools.ksp:symbol-processing-api` from 2.0.10-1.0.24 to 2.0.20-1.0.25 Release notes Sourced from com.google.devtools.ksp:symbol-processing-api's releases. 2.0.20-1.0.25 Bugs Fixed Inlined JVM name is not correct #1493 [KSP2] NullPointerException...

dependencies

[文档](https://bot.q.qq.com/wiki/develop/api-v2/server-inter/message/send-receive/rich-media.html) 看样子是用来发图片、视频、语音的。

特性