#Embed Question
4 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.
I use fields for something similar.
.addFields(
{name: "Position", value: '1\n2\n3\n'},
{name: "Player", value: 'iHeisenberg\nCernunnos\n6Tony_Montana\n', inline: true},
{name: "Score", value: '42\n23\23\n', inline: true}
);
But be careful, can mess up on mobile phones, if the 3 columns doesn't fit on the screen, if will show the 3 columns as rows.