diff --git a/simbot-component-onebot-v11/simbot-component-onebot-v11-core/src/commonMain/kotlin/love/forte/simbot/component/onebot/v11/core/api/OneBotApiExecutable.kt b/simbot-component-onebot-v11/simbot-component-onebot-v11-core/src/commonMain/kotlin/love/forte/simbot/component/onebot/v11/core/api/OneBotApiExecutable.kt index d27eac2..e89af90 100644 --- a/simbot-component-onebot-v11/simbot-component-onebot-v11-core/src/commonMain/kotlin/love/forte/simbot/component/onebot/v11/core/api/OneBotApiExecutable.kt +++ b/simbot-component-onebot-v11/simbot-component-onebot-v11-core/src/commonMain/kotlin/love/forte/simbot/component/onebot/v11/core/api/OneBotApiExecutable.kt @@ -29,6 +29,8 @@ import kotlin.jvm.JvmInline /** * 可以用于执行 [OneBotApi] 的执行器接口描述。 * + * _应仅由内部实现,第三方实现不保证稳定。_ + * * @since 1.1.0 * * @author ForteScarlet @@ -41,7 +43,6 @@ public interface OneBotApiExecutable { * * @since 1.1.0 * - * @throws OneBotApiResponseNotSuccessException 如果响应状态码不是 2xx (参考 [HttpStatusCode.isSuccess]) * @see OneBotApi.request */ @ST