diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2020-10-13 23:52:56 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2020-10-13 23:52:56 -0400 |
commit | 00770e4bcbd8fdcefc80daf56a707c5ee4ae5bfd (patch) | |
tree | 646861e7ef33c082005f43fff92396a893f62e17 /discord/objects.hpp | |
parent | 99597a80d2eb9752882791d458036c2c17969767 (diff) | |
download | abaddon-portaudio-00770e4bcbd8fdcefc80daf56a707c5ee4ae5bfd.tar.gz abaddon-portaudio-00770e4bcbd8fdcefc80daf56a707c5ee4ae5bfd.zip |
fix some PRESENCE_UPDATE bugs
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; |