mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 18:43:31 +01:00
docs(MessageManager): Update fetchPins() wording (#11275)
docs(MessageManager): update `fetchPins()` wording
This commit is contained in:
@@ -150,8 +150,8 @@ class MessageManager extends CachedManager {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Fetches the pinned messages of this channel and returns a collection of them.
|
* Fetches the pinned messages of this channel, returning a paginated result.
|
||||||
* <info>The returned Collection does not contain any reaction data of the messages.
|
* <info>The returned messages do not contain any reaction data.
|
||||||
* Those need to be fetched separately.</info>
|
* Those need to be fetched separately.</info>
|
||||||
*
|
*
|
||||||
* @param {FetchPinnedMessagesOptions} [options={}] Options for fetching pinned messages
|
* @param {FetchPinnedMessagesOptions} [options={}] Options for fetching pinned messages
|
||||||
|
|||||||
Reference in New Issue
Block a user