setChannelPosition

This commit is contained in:
abalabahaha
2015-12-05 10:15:46 -08:00
parent a89938ed01
commit ccc794229e
3 changed files with 27 additions and 0 deletions

View File

@@ -72,4 +72,8 @@ export default class ServerChannel extends Channel{
setName(){
return this.client.setChannelName.apply(this.client, reg(this, arguments));
}
setPosition(){
return this.client.setChannelPosition.apply(this.client, reg(this, arguments));
}
}