diff --git a/packages/discord.js/src/managers/GuildChannelManager.js b/packages/discord.js/src/managers/GuildChannelManager.js index 67027633c122..0d090a3e17db 100644 --- a/packages/discord.js/src/managers/GuildChannelManager.js +++ b/packages/discord.js/src/managers/GuildChannelManager.js @@ -98,7 +98,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.