Make multiple line embeds with discord bot (discord.js)

Is there anway to make multipule lines like the <br> tags with an embed

\n is JS’s <br>, it skips a line.

2 Likes

You can also do embed.addField(“title”, “some text”), it creates a new field. I recommand you check out discord.js.org’s documentation. It’s a something everyone should use as it was made to be used (and Discord.js’ is well-made unlike some others).

1 Like