Inline a line, woohoo

This commit is contained in:
Schuyler Cebulskie
2016-11-12 22:08:43 -05:00
parent 99b8d8f031
commit 2c76f5437b

View File

@@ -510,9 +510,7 @@ class Message {
if (reaction.users.has(user.id)) {
reaction.users.delete(user.id);
reaction.count--;
if (user.id === this.client.user.id) {
reaction.me = false;
}
if (user.id === this.client.user.id) reaction.me = false;
return reaction;
}
}