From 31eb6bdc050760d4393d92ebc27d777593563f49 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Thu, 29 Dec 2016 16:21:33 +0000 Subject: [PATCH] Webpack build: 6e51a44f92a13e713d33c7acce10f4447dbcfcef --- discord.indev.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/discord.indev.js b/discord.indev.js index 28cd8b5c..519f1f8d 100644 --- a/discord.indev.js +++ b/discord.indev.js @@ -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} */ 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>} */