Added ClientUser modification support

This commit is contained in:
hydrabolt
2016-05-01 21:12:42 +01:00
parent f95c588d87
commit ebfc2169d5
10 changed files with 143 additions and 19 deletions

View File

@@ -18,6 +18,8 @@ class ClientDataStore extends AbstractDataStore{
this.token = null;
this.session = null;
this.user = null;
this.email = null;
this.password = null;
this.register('users');
this.register('guilds');