Skip to content

Commit

Permalink
docs: require parameter (#7838)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiralite committed Apr 25, 2022
1 parent 5ba7740 commit f4ccc67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/discord.js/src/managers/MessageManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class MessageManager extends CachedManager {
/**
* Options used to fetch a message.
* @typedef {BaseFetchOptions} FetchMessageOptions
* @property {MessageResolvable} [message] The message to fetch
* @property {MessageResolvable} message The message to fetch
*/

/**
Expand Down

0 comments on commit f4ccc67

Please sign in to comment.