diff options
Diffstat (limited to 'discord/member.hpp')
-rw-r--r-- | discord/member.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/discord/member.hpp b/discord/member.hpp index 4ff84fc..0b7e0d6 100644 --- a/discord/member.hpp +++ b/discord/member.hpp @@ -15,4 +15,5 @@ struct GuildMember { bool IsMuted; // friend void from_json(const nlohmann::json &j, GuildMember &m); + static GuildMember from_update_json(const nlohmann::json &j); }; |