User names displayed as ids

Hey guys, I use ${member} object that I insert in a string and I noticed that it renders user names as IDs lately (referencing user that is in the given guild, he didn't left) Should I use allowedMention argument in message to make sure it renders properly?
No description
9 Replies
d.js toolkit
d.js toolkit3mo ago
Amgelo
Amgelo3mo ago
where is that? an embed description?
Nothing-Man
Nothing-ManOP3mo ago
Yes embed description
Nothing-Man
Nothing-ManOP3mo ago
No description
Amgelo
Amgelo3mo ago
the user isn't in your app's cache then
Nothing-Man
Nothing-ManOP3mo ago
Any way I can enforce?
Amgelo
Amgelo3mo ago
you can use allowedMentions and then discord will send the full data to your app but it'll also ping the user
Nothing-Man
Nothing-ManOP3mo ago
Thank you! Really helped, ty!
d.js toolkit
d.js toolkit3mo ago
The thread owner has marked this issue as solved.

Did you find this page helpful?