Mentionables breaking on mobile
I don't think this is specific to discord.js but I've noticed that occasionally mentionables will break and instead show
<@USERID>
but only on the mobile app. At first I assumed it was people leaving the server but that doesn't appear to be it. Does anyone know what causes this?8 Replies
• What's your exact discord.js
npm list discord.js
and node node -v
version?
• Post the full error stack trace, not just the top part!
• Show your code!
• Explain what exactly your issue is.
• Not a discord.js issue? Check out #useful-servers.Also it seems to happen both with the DJS formatter
userMention(id)
and just embedding the raw string as <@USERID>
Mentions only resolve if the user is cached in the client displaying it
I see so theyre going to be kind of unreliable on mobile in that case?
Everywhere
Its not just mobile
good to know
thanks
Take a look at #member-log and see how many users are uncached
you know Ive always seen that just never put any thought as to why