mirror of
https://github.com/danbulant/discord.js
synced 2026-06-19 22:51:32 +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.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