Commit 2fca15b0 authored by Him188's avatar Him188

Add Bot.qqNumber

parent 2c35f9e4
...@@ -30,5 +30,4 @@ suspend fun Bot.sendPacket(packet: ClientPacket) = this.network.socket.sendPacke ...@@ -30,5 +30,4 @@ suspend fun Bot.sendPacket(packet: ClientPacket) = this.network.socket.sendPacke
suspend fun Bot.login(): LoginState = this.network.login() suspend fun Bot.login(): LoginState = this.network.login()
//BotAccount //BotAccount
val Bot.qqNumber: Long get() = this.account.qqNumber
fun Bot.getBotQQ(): Long = this.account.qqNumber \ No newline at end of file
\ No newline at end of file
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