Presence tracking

This commit is contained in:
hydrabolt
2016-04-17 18:20:57 +01:00
parent 71a4cd6a93
commit abc3f9e2fa
8 changed files with 130 additions and 4 deletions

View File

@@ -14,6 +14,8 @@ class User {
this.discriminator = data.discriminator;
this.avatar = data.avatar;
this.bot = Boolean(data.bot);
this.status = data.status || 'offline';
this.game = data.game;
}
}