mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-13 20:18:50 +03:00
add members panel/change member roles
This commit is contained in:
@@ -363,3 +363,7 @@ void from_json(const nlohmann::json &j, UserNoteUpdateMessage &m) {
|
||||
void from_json(const nlohmann::json &j, RelationshipsData &m) {
|
||||
j.get_to(m.Users);
|
||||
}
|
||||
|
||||
void to_json(nlohmann::json &j, const ModifyGuildMemberObject &m) {
|
||||
JS_IF("roles", m.Roles);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user