mirror of
https://github.com/danbulant/discord.js
synced 2026-07-06 11:40:41 +00:00
Webpack build for branch master: 55141b408b
This commit is contained in:
parent
3c4f007019
commit
a542f05158
2 changed files with 3 additions and 3 deletions
|
|
@ -10931,7 +10931,7 @@ class MessageReaction {
|
||||||
this.users.set(user.id, user);
|
this.users.set(user.id, user);
|
||||||
}
|
}
|
||||||
this.count = this.users.size;
|
this.count = this.users.size;
|
||||||
return users;
|
return this.users;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
4
discord.master.min.js
vendored
4
discord.master.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue