Fix stacked heartbeats on reconnect and fix documentation

This commit is contained in:
Amish Shah
2016-10-01 20:21:28 +01:00
parent 7c26603773
commit 530035e14b
5 changed files with 3 additions and 10 deletions

View File

@@ -30,11 +30,4 @@ class UserUpdateAction extends Action {
}
}
/**
* Emitted whenever a detail of the logged in User changes - e.g. username.
* @event Client#userUpdate
* @param {ClientUser} oldClientUser The client user before the update.
* @param {ClientUser} newClientUser The client user after the update.
*/
module.exports = UserUpdateAction;