From e898e94021cc83d1c92393e48419e70cbbe59198 Mon Sep 17 00:00:00 2001 From: Synbulat Biishev Date: Thu, 13 Oct 2022 18:47:36 +0300 Subject: [PATCH] docs: update description MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: A. Román --- packages/discord.js/src/managers/GuildChannelManager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.