Skip to content

Commit 7810c4f

Browse files
committed
Remove JvmName annotation
1 parent c4d0a07 commit 7810c4f

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

ronebot-onebot-v11/src/commonMain/kotlin/cn/rtast/rob/BotInstance.kt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,16 @@ public class BotInstance internal constructor(
4343
logLevel: LogLevel
4444
) : BaseBotInstance {
4545

46-
@get:JvmName("#$")
4746
internal val logger = getLogger(if (instanceType == InstanceType.Server) "[S]" else "[C]").apply { setLoggingLevel(logLevel) }
4847

4948
/**
5049
* 设置监听的群聊
5150
*/
52-
@get:JvmName("#$")
5351
internal val listenedGroups = mutableListOf<Long>()
5452

5553
/**
5654
* 消息处理器
5755
*/
58-
@get:JvmName("#$")
5956
internal val messageHandler = MessageHandler(this)
6057

6158
/**
@@ -83,7 +80,6 @@ public class BotInstance internal constructor(
8380
/**
8481
* 事件监听器的过滤器
8582
*/
86-
@get:JvmName("#$")
8783
internal var enableEventListenerFilter: Boolean = true
8884

8985
/**

0 commit comments

Comments
 (0)