summaryrefslogtreecommitdiff
path: root/discord/guild.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'discord/guild.hpp')
-rw-r--r--discord/guild.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/discord/guild.hpp b/discord/guild.hpp
index e76c8c5..f0edf3f 100644
--- a/discord/guild.hpp
+++ b/discord/guild.hpp
@@ -65,6 +65,7 @@ struct Guild {
// * - documentation says only sent in GUILD_CREATE, but these can be sent anyways in the READY event
friend void from_json(const nlohmann::json &j, Guild &m);
+ void update_from_json(const nlohmann::json &j);
bool HasIcon() const;
std::string GetIconURL(std::string ext = "png", std::string size = "32") const;