mirror of
https://github.com/danbulant/discord.js
synced 2026-07-05 11:10:38 +00:00
Webpack build for branch 11.3-dev: 7ce1d1642c
This commit is contained in:
parent
1152c30074
commit
db7dc9079d
1 changed files with 3 additions and 3 deletions
|
|
@ -21180,7 +21180,7 @@ class MessageReactionAdd extends Action {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Emitted whenever a reaction is added to a message.
|
* Emitted whenever a reaction is added to a cached message.
|
||||||
* @event Client#messageReactionAdd
|
* @event Client#messageReactionAdd
|
||||||
* @param {MessageReaction} messageReaction The reaction object
|
* @param {MessageReaction} messageReaction The reaction object
|
||||||
* @param {User} user The user that applied the emoji or reaction emoji
|
* @param {User} user The user that applied the emoji or reaction emoji
|
||||||
|
|
@ -21223,7 +21223,7 @@ class MessageReactionRemove extends Action {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Emitted whenever a reaction is removed from a message.
|
* Emitted whenever a reaction is removed from a cached message.
|
||||||
* @event Client#messageReactionRemove
|
* @event Client#messageReactionRemove
|
||||||
* @param {MessageReaction} messageReaction The reaction object
|
* @param {MessageReaction} messageReaction The reaction object
|
||||||
* @param {User} user The user that removed the emoji or reaction emoji
|
* @param {User} user The user that removed the emoji or reaction emoji
|
||||||
|
|
@ -21255,7 +21255,7 @@ class MessageReactionRemoveAll extends Action {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Emitted whenever all reactions are removed from a message.
|
* Emitted whenever all reactions are removed from a cached message.
|
||||||
* @event Client#messageReactionRemoveAll
|
* @event Client#messageReactionRemoveAll
|
||||||
* @param {Message} message The message the reactions were removed from
|
* @param {Message} message The message the reactions were removed from
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue