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?
9 Replies
where is that? an embed description?
Yes embed description

the user isn't in your app's cache then
Any way I can enforce?
you can use allowedMentions and then discord will send the full data to your app
but it'll also ping the user
Thank you!
Really helped, ty!
The thread owner has marked this issue as solved.