mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 14:02:02 +00:00
Inline a line, woohoo
This commit is contained in:
parent
99b8d8f031
commit
2c76f5437b
1 changed files with 1 additions and 3 deletions
|
|
@ -510,9 +510,7 @@ class Message {
|
||||||
if (reaction.users.has(user.id)) {
|
if (reaction.users.has(user.id)) {
|
||||||
reaction.users.delete(user.id);
|
reaction.users.delete(user.id);
|
||||||
reaction.count--;
|
reaction.count--;
|
||||||
if (user.id === this.client.user.id) {
|
if (user.id === this.client.user.id) reaction.me = false;
|
||||||
reaction.me = false;
|
|
||||||
}
|
|
||||||
return reaction;
|
return reaction;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue