mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 10:03:31 +01:00
Docs cleanup
This commit is contained in:
@@ -118,8 +118,8 @@ class MessageMentions {
|
||||
}
|
||||
|
||||
/**
|
||||
* Check if a user is mentioned. Takes into account user mentions, role
|
||||
* mentions, and @everyone/@here mentions.
|
||||
* Check if a user is mentioned.
|
||||
* Takes into account user mentions, role mentions, and @everyone/@here mentions.
|
||||
* @param {UserResolvable|GuildMember|Role|GuildChannel} data User/GuildMember/Role/Channel to check
|
||||
* @param {boolean} [strict=true] If role mentions and everyone/here mentions should be included
|
||||
* @returns {boolean}
|
||||
|
||||
Reference in New Issue
Block a user