Webpack build for branch master: 8ddaa1b92c

This commit is contained in:
Travis CI 2017-04-12 20:24:02 +00:00
parent 7c2b8cfcb9
commit b35d135622
2 changed files with 4 additions and 3 deletions

View file

@ -6179,6 +6179,7 @@ class Message {
reaction.users.delete(user.id);
reaction.count--;
if (user.id === this.client.user.id) reaction.me = false;
if (reaction.count <= 0) this.reactions.delete(emojiID);
return reaction;
}
}

File diff suppressed because one or more lines are too long