M
M
Mikle1234567892020-06-05 16:04:56
Node.js
Mikle123456789, 2020-06-05 16:04:56

How to make the bot mention the role?

I'm writing: But it's not the role that is displayed, but <@&ROLEID> Instead of <@&ROLEID> was the role ID How to mention the role in .addField?
.addField("<@&ROLEID>")

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Maxim Nevzorov, 2020-06-05
@fixator10

Field headers in Discord embeds do not support all Markdown.
nTMbPA2.png
You can place a reference to a role in a field value ( ). Remember: Mentions in embeds don't work. Even if they are clickable, they will not call anyone. Invocation by mentions only works in the body of the message (content).addField("Field name", "<@&ROLEID>"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question