diff --git a/packages/discord.js/src/managers/MessageManager.js b/packages/discord.js/src/managers/MessageManager.js index 5e53d74be..409220c40 100644 --- a/packages/discord.js/src/managers/MessageManager.js +++ b/packages/discord.js/src/managers/MessageManager.js @@ -146,8 +146,8 @@ class MessageManager extends CachedManager { */ /** - * Fetches the pinned messages of this channel and returns a collection of them. - * The returned Collection does not contain any reaction data of the messages. + * Fetches the pinned messages of this channel, returning a paginated result. + * The returned messages do not contain any reaction data. * Those need to be fetched separately. * * @param {FetchPinnedMessagesOptions} [options={}] Options for fetching pinned messages