diff --git a/src/structures/GuildChannel.js b/src/structures/GuildChannel.js index 3d1988a02..fba55eaa8 100644 --- a/src/structures/GuildChannel.js +++ b/src/structures/GuildChannel.js @@ -331,7 +331,7 @@ class GuildChannel extends Channel { * .catch(console.error); */ setPosition(position, relative) { - return this.guild.setChannelPosition(this, position, relative); + return this.guild.setChannelPosition(this, position, relative).then(() => this); } /**