mirror of
https://github.com/danbulant/discord.js
synced 2026-06-19 14:41:36 +00:00
Webpack build for branch master: ebcf61ff9c
This commit is contained in:
parent
97aad9df10
commit
bf22faf803
1 changed files with 0 additions and 7 deletions
|
|
@ -24594,13 +24594,6 @@ const Collection = __webpack_require__(3);
|
|||
* Keeps track of mentions in a {@link Message}
|
||||
*/
|
||||
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
|
||||
* @private
|
||||
*/
|
||||
constructor(message, users, roles, everyone) {
|
||||
/**
|
||||
* Whether `@everyone` or `@here` were mentioned
|
||||
|
|
|
|||
Loading…
Reference in a new issue