mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-09 09:50:16 +08:00
Add NoLog to EventPacketFactory
This commit is contained in:
parent
a4ea0772e6
commit
553283ef7d
@ -39,6 +39,7 @@ fun matchEventPacketFactory(value: UShort): EventParserAndHandler<*> =
|
||||
/**
|
||||
* 事件包, 它将会分析事件 ID 并解析事件为 [Packet]
|
||||
*/
|
||||
@NoLog
|
||||
@Suppress("FunctionName")
|
||||
object EventPacketFactory : PacketFactory<Packet, SessionKey>(SessionKey) {
|
||||
override suspend fun ByteReadPacket.decode(id: PacketId, sequenceId: UShort, handler: BotNetworkHandler<*>): Packet {
|
||||
|
Loading…
Reference in New Issue
Block a user