fix presence updating

This commit is contained in:
Amish Shah
2016-10-25 21:40:53 +01:00
parent 2ee6da8d79
commit 0f8e8dddff
4 changed files with 5 additions and 2 deletions

View File

@@ -198,6 +198,7 @@ class ClientUser extends User {
this.localPresence = { status, game, afk };
this.localPresence.since = 0;
this.localPresence.game = this.localPresence.game || null;
this.client.ws.send({
op: 3,