Guild settings 1 (#19)

* start guild settings window, tweak style
This commit is contained in:
ouwou
2021-01-15 06:37:35 +00:00
committed by GitHub
parent f51ab48009
commit 462f801af2
27 changed files with 442 additions and 4 deletions

View File

@@ -247,3 +247,8 @@ void from_json(const nlohmann::json &j, TypingStartObject &m) {
JS_D("timestamp", m.Timestamp);
JS_O("member", m.Member);
}
void to_json(nlohmann::json &j, const ModifyGuildObject &m) {
JS_IF("name", m.Name);
JS_IF("icon", m.IconData);
}