fix some PRESENCE_UPDATE bugs

This commit is contained in:
ouwou
2020-10-13 23:52:56 -04:00
parent 99597a80d2
commit 00770e4bcb
3 changed files with 4 additions and 3 deletions

View File

@@ -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;