mirror of
https://github.com/danbulant/discord.js
synced 2026-06-19 06:31:20 +00:00
Webpack build: 6e51a44f92
This commit is contained in:
parent
7c9d397a8e
commit
31eb6bdc05
1 changed files with 2 additions and 3 deletions
|
|
@ -9686,7 +9686,7 @@ class MessageReaction {
|
|||
|
||||
/**
|
||||
* Removes a user from this reaction.
|
||||
* @param {UserResolvable} [user] the user that you want to remove the reaction, defaults to the client.
|
||||
* @param {UserResolvable} [user=this.message.client.user] User to remove the reaction of
|
||||
* @returns {Promise<MessageReaction>}
|
||||
*/
|
||||
remove(user = this.message.client.user) {
|
||||
|
|
@ -9699,8 +9699,7 @@ class MessageReaction {
|
|||
}
|
||||
|
||||
/**
|
||||
* Fetch all the users that gave this reaction. Resolves with a collection of users,
|
||||
* mapped by their IDs.
|
||||
* Fetch all the users that gave this reaction. Resolves with a collection of users, mapped by their IDs.
|
||||
* @param {number} [limit=100] the maximum amount of users to fetch, defaults to 100
|
||||
* @returns {Promise<Collection<string, User>>}
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue