Merge branch 'master' into indev-prism

This commit is contained in:
Amish Shah
2017-01-14 21:00:13 +00:00
9 changed files with 45 additions and 25 deletions

View File

@@ -250,7 +250,7 @@ class TextBasedChannel {
count: count || 1,
interval: this.client.setInterval(() => {
this.client.rest.methods.sendTyping(this.id);
}, 4000),
}, 9000),
});
this.client.rest.methods.sendTyping(this.id);
} else {