Search code examples
node.jsdiscorddiscord.jsmarkdownembed

Markdown in embeds discord.js v12


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: https://hastebin.com/gidusegutu.js . In Discord it just appears like this:


Solution

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