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

@@ -33,6 +33,10 @@ class Client extends EventEmitter{
}
}
get user() {
return this.store.user;
}
}
module.exports = Client;