TypeError: Cannot read properties of undefined (reading 'cache')

This error is very rare, it only happened once, today

const member = await ButtonInteraction<"cached">#guild.members.fetch(memberId);
member.roles.cache
Was this page helpful?