fix(guildchannelmanager): wrong parameter in _sortedChannels call (#8011)

This commit is contained in:
Almeida
2022-06-05 18:17:38 +01:00
committed by GitHub
parent a8f2b2cfb4
commit 876816ab2a

View File

@@ -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,
);