Skip to content

Commit 6b78317

Browse files
committed
fix(FetchPinnedMessagesResponse): does not extend
1 parent fcdc061 commit 6b78317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ class MessageManager extends CachedManager {
135135
/**
136136
* Data returned from fetching pinned messages.
137137
*
138-
* @typedef {FetchedThreads} FetchPinnedMessagesResponse
138+
* @typedef {Object} FetchPinnedMessagesResponse
139139
* @property {MessagePin[]} items The pinned messages
140140
* @property {boolean} hasMore Whether there are additional pinned messages that require a subsequent call
141141
*/

0 commit comments

Comments
 (0)