diff options
Diffstat (limited to 'discord/objects.hpp')
-rw-r--r-- | discord/objects.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<Activity> Activities; ClientStatus ClientStatus; |