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!
If the men have 8 notes we can see the notes..
If he have less 8 notes we cant, another idea ?
I suppose "<=" but doesnt work
I try this :
but doesnt work
so you want to display up to 8 notes?
Yes !
try
Math.min(notes.length, 8)
it'll take either the length of notes
or 8, whichever is smallerThank u sooo mutch !!!!