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.
1 parent 13ab094 commit fcdc061Copy full SHA for fcdc061
packages/discord.js/src/managers/MessageManager.js
@@ -129,7 +129,7 @@ class MessageManager extends CachedManager {
129
* @typedef {Object} FetchPinnedMessagesOptions
130
* @property {DateResolvable} [before] Consider only pinned messages before this time
131
* @property {number} [limit] The maximum number of pinned messages to return
132
- * @property {boolean} [cache] Whether to cache the pinned fetched messages
+ * @property {boolean} [cache] Whether to cache the pinned messages
133
*/
134
135
/**
0 commit comments