No discord user id mention in embed
So i've connected my bot into my FiveM server and when mentioning players on discord with there discordID in embed
then it gives me something like this <@user_id> and not @user_id
discord.js version = `-- [email protected]
node version = v22.12.0
7 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!Some parts of an embed will not properly resolve mentions (leave them in the
<@348607796335607817>
format):
- Author name
- Footer text
- Embed title
- Embed field nameAlso keep in mind that mentions inside embed don't actually ping the users
yes it does
That's not the author field though
ohhh right and wich field is that please
is it Embed title ?
Looks like description
Do note that I have seen mentions resolve in embed title and field name but I believe that behaves differently, it resolve in mobile devices but not on desktops, it might have changed since then but you get the jist