Skip to content

Commit

Permalink
docs(MessageMentions): fix documentation for members property (#6206)
Browse files Browse the repository at this point in the history
  • Loading branch information
a9ex committed Jul 29, 2021
1 parent 1009ce1 commit f44bfc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/structures/MessageMentions.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ class MessageMentions {
}

/**
* Any members that were mentioned (only in {@link TextChannel}s)
* Any members that were mentioned (only in {@link Guild}s)
* <info>Order as received from the API, not as they appear in the message content</info>
* @type {?Collection<Snowflake, GuildMember>}
* @readonly
Expand Down

0 comments on commit f44bfc4

Please sign in to comment.