mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 08:03:30 +01:00
docs(MessageManager): update fetchPins() wording
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user