diff options
Diffstat (limited to 'discord/member.hpp')
-rw-r--r-- | discord/member.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/member.hpp b/discord/member.hpp index 087f2bf..8a9d609 100644 --- a/discord/member.hpp +++ b/discord/member.hpp @@ -17,6 +17,6 @@ struct GuildMember { std::vector<RoleData> GetSortedRoles() const; + void update_from_json(const nlohmann::json &j); friend void from_json(const nlohmann::json &j, GuildMember &m); - static GuildMember from_update_json(const nlohmann::json &j); }; |