We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fetchPins()
1 parent 25aff7e commit 87364c7Copy full SHA for 87364c7
packages/discord.js/src/managers/MessageManager.js
@@ -150,8 +150,8 @@ class MessageManager extends CachedManager {
150
*/
151
152
/**
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.
+ * Fetches the pinned messages of this channel, returning a paginated result.
+ * <info>The returned messages do not contain any reaction data.
155
* Those need to be fetched separately.</info>
156
*
157
* @param {FetchPinnedMessagesOptions} [options={}] Options for fetching pinned messages
0 commit comments