diff --git a/packages/discord.js/src/managers/GuildChannelManager.js b/packages/discord.js/src/managers/GuildChannelManager.js index 3a8daa0755b8..81974c01a201 100644 --- a/packages/discord.js/src/managers/GuildChannelManager.js +++ b/packages/discord.js/src/managers/GuildChannelManager.js @@ -100,7 +100,7 @@ class GuildChannelManager extends CachedManager { /** * Adds the target channel to a channel's followers. - * @param {NewsChannel|Snowflake} channel The channel the follower should be added to + * @param {NewsChannel|Snowflake} channel The channel to follow * @param {TextChannelResolvable} targetChannel The channel where published announcements will be posted at * @param {string} [reason] Reason for creating the webhook * @returns {Promise} Returns created target webhook id.