docs(MessageManager): update fetchPins() wording

This commit is contained in:
Jiralite
2025-11-14 21:21:23 +00:00
parent b0542f30e2
commit 492039c4f6

View File

@@ -146,8 +146,8 @@ class MessageManager extends CachedManager {
*/
/**
* Fetches the pinned messages of this channel and returns a collection of them.
* <info>The returned Collection does not contain any reaction data of the messages.
* Fetches the pinned messages of this channel, returning a paginated result.
* <info>The returned messages do not contain any reaction data.
* Those need to be fetched separately.</info>
*
* @param {FetchPinnedMessagesOptions} [options={}] Options for fetching pinned messages