This commit is contained in:
Travis CI 2016-12-29 16:21:33 +00:00
parent 7c9d397a8e
commit 31eb6bdc05

View file

@ -9686,7 +9686,7 @@ class MessageReaction {
/** /**
* Removes a user from this reaction. * 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>} * @returns {Promise<MessageReaction>}
*/ */
remove(user = this.message.client.user) { 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, * Fetch all the users that gave this reaction. Resolves with a collection of users, mapped by their IDs.
* mapped by their IDs.
* @param {number} [limit=100] the maximum amount of users to fetch, defaults to 100 * @param {number} [limit=100] the maximum amount of users to fetch, defaults to 100
* @returns {Promise<Collection<string, User>>} * @returns {Promise<Collection<string, User>>}
*/ */