mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 11:33:30 +01:00
fix(guildchannelmanager): wrong parameter in _sortedChannels call (#8011)
This commit is contained in:
@@ -308,7 +308,7 @@ class GuildChannelManager extends CachedManager {
|
|||||||
channel,
|
channel,
|
||||||
position,
|
position,
|
||||||
relative,
|
relative,
|
||||||
this.guild._sortedChannels(this),
|
this.guild._sortedChannels(channel),
|
||||||
this.client.api.guilds(this.guild.id).channels,
|
this.client.api.guilds(this.guild.id).channels,
|
||||||
reason,
|
reason,
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user