Add TextBasedChannel.setTyping(bool)

This commit is contained in:
Amish Shah
2016-08-27 21:43:58 +01:00
parent 6faa409e96
commit 6a1a36813f
7 changed files with 46 additions and 1 deletions

View File

@@ -17,6 +17,8 @@ class ClientUser extends User {
* @type {String}
*/
this.email = data.email;
this._typing = new Map();
}
/**