Commit 0f86ad02 authored by Him188's avatar Him188

Cleanup

parent 6b931290
...@@ -494,7 +494,7 @@ internal class OnlinePush { ...@@ -494,7 +494,7 @@ internal class OnlinePush {
discardExact(1) discardExact(1)
Transformers732[internalType] Transformers732[internalType]
?.let { it(this@deco, group as GroupImpl, bot) } ?.let { it(this@deco, group, bot) }
?: kotlin.run { ?: kotlin.run {
bot.network.logger.debug { bot.network.logger.debug {
"unknown group 732 type $internalType, data: " + readBytes().toUHexString() "unknown group 732 type $internalType, data: " + readBytes().toUHexString()
......
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