Added getLogs

This commit is contained in:
Amish Shah
2015-12-05 17:12:15 +00:00
parent 212c672c2f
commit 10442e5634
4 changed files with 16 additions and 0 deletions

View File

@@ -89,4 +89,8 @@ export default class User extends Equality{
removeFrom(role, callback) {
return this.client.removeMemberFromRole.apply(this.client, [this, role, callback]);
}
getLogs() {
return this.client.getChannelLogs.apply(this.client, reg(this, arguments));
}
}