This commit is contained in:
Him188 2020-04-11 19:11:55 +08:00
parent 6b93129048
commit 0f86ad0240

View File

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