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
d.js toolkit
d.js toolkit3mo ago
- 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 OP
Torrino
Torrino3mo ago
Relevant screenshot
No description
ghost
ghost3mo ago
not discord.js related. discord changed the client to show @unknown-user instead of the id for users your client doesn't have cached
Torrino
Torrino3mo ago
Thanks, appreciate it