mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
fix(guildchannelmanager): wrong parameter in _sortedChannels call (#8011)
This commit is contained in:
@@ -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,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user