#seperate 15 buttons into 3 different arrays
8 messages · Page 1 of 1 (latest)
• 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.
also want it to be dynamic, if 20 buttons is given it seperates into four
An actionRow can only contain up to 3 buttons iirc, and there is lilit of 5 ActionRows on a message
ah oops, i thought it was 3, my bad
Depends, do you want to just fill the rows until they’re full? Or try to make it another distribution if it’s not easily divisible by 5?