Commit 04eb59dc authored by Him188's avatar Him188

Make BotConfigurationBase public, fix #409

parent 2de1ebf3
......@@ -61,10 +61,8 @@ expect open class BotConfiguration() : BotConfigurationBase {
fun copy(): BotConfiguration
}
@MiraiInternalAPI
@Suppress("PropertyName")
@SinceMirai("1.1.0")
internal open class BotConfigurationBase internal constructor() {
open class BotConfigurationBase internal constructor() {
/**
* 日志记录器
*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment