mirror of
https://github.com/danbulant/discord.js
synced 2026-05-24 20:42:27 +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)) {
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue