Home > Mobile >  Markdown in embeds discord.js v12
Markdown in embeds discord.js v12

Time:10-04

I wanna bold some text in my embed. I searched in google for discord's markdown and tried using ** , but it didn't work. Here is a hastebin with my embed code:

CodePudding user response:

You can't make embed title bold because it is already bold! Also I recommend you to use .setTitle instead of .setAuthor if you want to add emojis and markdown to your embed title.

  • Related