Skip to content

Commit

Permalink
fix(guildchannelmanager): wrong parameter in _sortedChannels call (#8011
Browse files Browse the repository at this point in the history
)
  • Loading branch information
almeidx committed Jun 5, 2022
1 parent a8f2b2c commit 876816a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/managers/GuildChannelManager.js
Expand Up @@ -308,7 +308,7 @@ class GuildChannelManager extends CachedManager {
channel,
position,
relative,
this.guild._sortedChannels(this),
this.guild._sortedChannels(channel),
this.client.api.guilds(this.guild.id).channels,
reason,
);
Expand Down

0 comments on commit 876816a

Please sign in to comment.