Routes.guildMembers() only shows one member
I've checked guilds, roles, emojis those are fine except this one
8 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!
- ✅
Marked as resolved by OPassuming you haven't specified any request options beyond the route, this endpoint defaults to a limit of 1
@discordjs/rest
doesn't modify responses, so if you aren't getting back what you expect, it's usually something to do with your requestim still getting one member
the
query
is expected to be a URLSearchParams
objectgot it fixed