Fixed users not being updated on PRESENCE_UPDATEs

This commit is contained in:
Sentinent
2017-01-06 00:42:16 -08:00
parent cf2596db58
commit 6dc52e8eb8

View File

@@ -40,6 +40,7 @@ namespace Discord.WebSocket
internal virtual void Update(ClientState state, PresenceModel model)
{
Presence = SocketPresence.Create(model);
Update(state, model.User);
}
public Task<RestDMChannel> CreateDMChannelAsync(RequestOptions options = null)