#Embed Question

4 messages · Page 1 of 1 (latest)

native cloak
#

I try to make leaderboard embed but i cant make some infos in fixed position and it changes depends the username the first screenshot is the idea and the second is mine

shell sapphire
#

• 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.

copper trellis
#

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.