Added startTyping stopTyping and createChannel

This commit is contained in:
Amish Shah
2015-12-05 17:21:32 +00:00
parent 10442e5634
commit eb500ecd24
5 changed files with 30 additions and 0 deletions

View File

@@ -197,5 +197,9 @@ export default class Server extends Equality {
getBans(callback) {
return this.client.getBans.apply(this.client, [this, callback]);
}
createChannel() {
return this.client.createChannel.apply(this.client, reg(this, arguments));
}
}