TypingStart handler

This commit is contained in:
hydrabolt
2016-04-18 16:39:57 +01:00
parent d1d13f5c85
commit ce2cf382b3
5 changed files with 78 additions and 1 deletions

View File

@@ -3,6 +3,8 @@
class Channel {
constructor(client, data) {
this.client = client;
this.typingMap = {};
this.typingTimeouts = [];
if (data) {
this.setup(data);
}