All the mentioned users in my GuildMemberAdd logs are suddenly 'unknown-user'
I have a simple logger for the
GuildMemberAdd
event and it has worked perfectly for the past 2 years.
Around two days ago I noticed that all the mentions in all the logging messages, new and old ones are @unknown-user
and clicking on them presents me with the message You don't have access to this link
.
This is for mentions for users that are even still in the guild.4 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!
- ✅
Marked as resolved by OPRelevant screenshot
not discord.js related. discord changed the client to show
@unknown-user
instead of the id for users your client doesn't have cachedThanks, appreciate it