mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
Inline a line, woohoo
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user