mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 00:53:31 +01:00
setChannelPosition
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user