From db7dc9079db83c3cad7e360aefac0330a37c30bc Mon Sep 17 00:00:00 2001 From: Travis CI Date: Thu, 21 Jun 2018 19:46:01 +0000 Subject: [PATCH] Webpack build for branch 11.3-dev: 7ce1d1642c8911d3259bf09e3a0105b0783da481 --- discord.11.3-dev.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/discord.11.3-dev.js b/discord.11.3-dev.js index 2c66773f..29e7c61c 100644 --- a/discord.11.3-dev.js +++ b/discord.11.3-dev.js @@ -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 * @param {MessageReaction} messageReaction The reaction object * @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 * @param {MessageReaction} messageReaction The reaction object * @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 * @param {Message} message The message the reactions were removed from */