From dabfefafd9c681231f990eccddc771ccf5c2c2e2 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Tue, 26 Jan 2021 02:40:50 -0500 Subject: show status indicators in member list, change some other shit with presences --- discord/user.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'discord/user.hpp') diff --git a/discord/user.hpp b/discord/user.hpp index b82a07b..4e6461e 100644 --- a/discord/user.hpp +++ b/discord/user.hpp @@ -26,7 +26,7 @@ struct UserData { friend void from_json(const nlohmann::json &j, UserData &m); friend void to_json(nlohmann::json &j, const UserData &m); - static void update_from_json(const nlohmann::json &j, UserData &m); + void update_from_json(const nlohmann::json &j); bool HasAvatar() const; bool HasAnimatedAvatar() const; -- cgit v1.2.3