Removed duplicate logic
This commit is contained in:
@@ -88,7 +88,6 @@ namespace Discord.WebSocket
|
||||
internal override void Update(ClientState state, PresenceModel model)
|
||||
{
|
||||
base.Update(state, model);
|
||||
GlobalUser.Update(state, model.User);
|
||||
if (model.Roles.IsSpecified)
|
||||
UpdateRoles(model.Roles.Value);
|
||||
if (model.Nick.IsSpecified)
|
||||
|
||||
Reference in New Issue
Block a user