Skip to content

Commit 87364c7

Browse files
authored
docs(MessageManager): Update fetchPins() wording (#11275)
docs(MessageManager): update `fetchPins()` wording
1 parent 25aff7e commit 87364c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/discord.js/src/managers/MessageManager.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ class MessageManager extends CachedManager {
150150
*/
151151

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

0 commit comments

Comments
 (0)