FroZen Mitko
FroZen Mitko

Reputation: 45

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:

Upvotes: 1

Views: 1593

Answers (1)

MegaMix_Craft
MegaMix_Craft

Reputation: 2208

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.

Upvotes: 1

Related Questions