Commit 683396ec authored by Him188's avatar Him188

Add toString

parent 1924c59f
......@@ -20,7 +20,9 @@ internal class FriendList {
internal object GetFriendGroupList : PacketFactory<GetFriendGroupList.Response>("friendlist.getFriendGroupList") {
class Response : Packet
class Response : Packet {
override fun toString(): String = "FriendList.GetFriendGroupList.Response"
}
override suspend fun ByteReadPacket.decode(bot: QQAndroidBot): Response {
println("aaaa")
......
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