summaryrefslogtreecommitdiff
path: root/discord/member.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2020-10-13 02:05:59 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2020-10-13 02:05:59 -0400
commitc17842c16f10f55f2f0923e94033a482ef98838e (patch)
tree58888e4401fa23b2ea231e591367cd1c1a8cf73b /discord/member.hpp
parentf29cfc69519593017986f3b969ad62f9b8672375 (diff)
downloadabaddon-portaudio-c17842c16f10f55f2f0923e94033a482ef98838e.tar.gz
abaddon-portaudio-c17842c16f10f55f2f0923e94033a482ef98838e.zip
handle GUILD_MEMBER_UPDATE
Diffstat (limited to 'discord/member.hpp')
-rw-r--r--discord/member.hpp1
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);
};