docs(MessageMentions): fix documentation for members property (#6206)

This commit is contained in:
A1ex
2021-07-29 12:53:23 +02:00
committed by GitHub
parent 1009ce169b
commit f44bfc47c7

View File

@@ -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