mirror of
https://github.com/mamoe/mirai.git
synced 2025-02-08 23:40:14 +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 {
|
object SubCommand9 {
|
||||||
val appId = 16L
|
const val appId = 16L
|
||||||
val subAppId = 537062845L
|
const val subAppId = 537062845L
|
||||||
|
|
||||||
operator fun invoke(
|
operator fun invoke(
|
||||||
client: QQAndroidClient
|
client: QQAndroidClient
|
||||||
|
Loading…
Reference in New Issue
Block a user