diff --git a/mirai-core-api/src/commonMain/kotlin/Bot.kt b/mirai-core-api/src/commonMain/kotlin/Bot.kt index 7a9ac51a2..fa7361280 100644 --- a/mirai-core-api/src/commonMain/kotlin/Bot.kt +++ b/mirai-core-api/src/commonMain/kotlin/Bot.kt @@ -80,7 +80,7 @@ public interface Bot : CoroutineScope, ContactOrBot, UserOrBot { * 来自这个 [Bot] 的 [BotEvent] 的事件通道. * @see EventChannel */ - public val eventChannel: EventChannel<@UnsafeVariance BotEvent> + public val eventChannel: EventChannel // region contacts