How to make embeds send correctly
Hey! I've been failing to make this embed send correctly.
I'm trying to make code to sends multiple embeds whenever it reaches the limit (25), but I'm testing this code with a limit of 5 since I don't have > 25 data points.
2 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.
- Issue solved? Press the button!This is the current code so far.
Currently it does work, but it sends whenever a single .addFields is complete, which means it prints like this:
...
and so on
What I want it to do is for it to print once as
and so on.