Skip to content
This repository was archived by the owner on Aug 2, 2020. It is now read-only.

Commit f81d7c3

Browse files
committed
Add some fields to "sender" in event data
1 parent 3f72965 commit f81d7c3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/cqhttp/plugins/event_data_patcher/event_data_patcher.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ namespace cqhttp::plugins {
2222
{"card", info.card},
2323
{"sex", info.sex},
2424
{"age", info.age},
25+
{"area", info.area},
26+
{"level", info.level},
27+
{"role", info.role},
28+
{"title", info.title},
2529
});
2630
} catch (const cq::exception::ApiError &) {
2731
}

0 commit comments

Comments
 (0)