mirror of
https://github.com/mamoe/mirai.git
synced 2025-02-08 20:39:36 +08:00
Make const
This commit is contained in:
parent
e33c427943
commit
c59d58deff
@ -25,8 +25,8 @@ internal object LoginPacket : PacketFactory<LoginPacket.LoginPacketResponse, Log
|
||||
}
|
||||
|
||||
object SubCommand9 {
|
||||
val appId = 16L
|
||||
val subAppId = 537062845L
|
||||
const val appId = 16L
|
||||
const val subAppId = 537062845L
|
||||
|
||||
operator fun invoke(
|
||||
client: QQAndroidClient
|
||||
|
Loading…
Reference in New Issue
Block a user