diff --git a/mirai-core/src/commonMain/kotlin/net.mamoe.mirai/message/data/ForwardMessage.kt b/mirai-core/src/commonMain/kotlin/net.mamoe.mirai/message/data/ForwardMessage.kt index 6d9ead86e..062e3c1e3 100644 --- a/mirai-core/src/commonMain/kotlin/net.mamoe.mirai/message/data/ForwardMessage.kt +++ b/mirai-core/src/commonMain/kotlin/net.mamoe.mirai/message/data/ForwardMessage.kt @@ -340,7 +340,7 @@ class ForwardMessageBuilder private constructor( /** * 当前时间. - * 在使用 [says] 时若不指定时间, 则会使用 [currentTime] 自增 1 的事件. + * 在使用 [says] 时若不指定时间, 则会使用 [currentTime] 自增 1 的时间. */ var currentTime: Int = currentTimeSeconds.toInt()