6 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!
But, 1 sanctions = 1 field
if my sanctions are more than 25 sanctions, i have more than 25 field (but 25 field max in 1 embeds)
My question is : how to limit my field in this code ?
i try this
but doesnt work :/
can you show the code where you included
for (let i = 0; i < Math.min(sanctions.length, 25); i++) {
this isn't a #djs-questions . You have a conceptual programming problem. Please open a thread in #other-js-ts and I'll reply with an answer there
ok
#How to limit my fields (embed)