From 00770e4bcbd8fdcefc80daf56a707c5ee4ae5bfd Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Tue, 13 Oct 2020 23:52:56 -0400 Subject: fix some PRESENCE_UPDATE bugs --- discord/objects.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'discord/objects.hpp') diff --git a/discord/objects.hpp b/discord/objects.hpp index 3b4491c..1e2cb27 100644 --- a/discord/objects.hpp +++ b/discord/objects.hpp @@ -213,7 +213,7 @@ struct ClientStatus { struct PresenceUpdateMessage { nlohmann::json User; // the client updates an existing object from this data - Snowflake GuildID; + Snowflake GuildID; // opt std::string Status; // std::vector Activities; ClientStatus ClientStatus; -- cgit v1.2.3