Does discord.js v13 not let you fetch more than 100 reactions per message?
Does discord.js v13 not let you fetch more than 100 reactions per message?
6 Replies
• What's your exact discord.js
npm list discord.js
and node node -v
version?
• Post the full error stack trace, not just the top part!
• Show your code!
• Explain what exactly your issue is.
• Not a discord.js issue? Check out #useful-servers.
Trying to see how many members continued to stay in my server since verify reacting
but it only shows 100 userids despite the message having 300 reacts
total = 100 everything I try
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
I specifically want to test if my new verification system is doing good to keep members
This is just how discord works
Documentation suggestion for @zackie: ReactionUserManager#fetch()
Fetches all the users that gave this reaction. Resolves with a collection of users, mapped by their ids.