update some docs

This commit is contained in:
Amish Shah
2016-08-16 23:22:52 +01:00
parent eba3bd0291
commit 4fff20d66e
5 changed files with 11 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ class Client extends EventEmitter {
/**
* The User of the logged in Client, only available after `READY` has been fired.
* @return {ClientUser} [description]
* @type {ClientUser}
*/
get user() {
return this.store.user;