mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 08:33:30 +01:00
Fix some docstrings
This commit is contained in:
@@ -8,12 +8,12 @@ class MessageMentions {
|
||||
* @param {Message} message Message to read mentions from
|
||||
* @param {?Array<Object>} users Raw user objects from Discord
|
||||
* @param {?Array<Object>} roles Raw role objects from Discord
|
||||
* @param {?boolean} everyone Whether @everyone or @here were mentioned
|
||||
* @param {?boolean} everyone Whether `@everyone` or `@here` were mentioned
|
||||
* @private
|
||||
*/
|
||||
constructor(message, users, roles, everyone) {
|
||||
/**
|
||||
* Whether `@everyone` or ``@here` were mentioned
|
||||
* Whether `@everyone` or `@here` were mentioned
|
||||
* @type {boolean}
|
||||
*/
|
||||
this.everyone = Boolean(everyone);
|
||||
|
||||
Reference in New Issue
Block a user