mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 03:53:29 +01:00
docs(MessageMentions): fix documentation for members property (#6206)
This commit is contained in:
@@ -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>
|
* <info>Order as received from the API, not as they appear in the message content</info>
|
||||||
* @type {?Collection<Snowflake, GuildMember>}
|
* @type {?Collection<Snowflake, GuildMember>}
|
||||||
* @readonly
|
* @readonly
|
||||||
|
|||||||
Reference in New Issue
Block a user