Trouble with fetch roles in command

In that code i'm trying to get the cache role of the user on whom the command was used, but i get the error: 26.02 15:33:31 [Bot] TypeError: Cannot read properties of undefined (reading 'cache') I understand that i most likely am not getting the role cache correctly. But the documentation doesn't give much away.
No description
3 Replies
d.js toolkit
d.js toolkit7mo 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
d.js docs
d.js docs7mo ago
Despite sounding similar there is a distinct difference between users and members in Discord: - User: global Discord user data (global avatar, username, tag, id) - GuildMember: user data associated to a guild (guild, nickname, roles, voice, guild avatar, etc.) - Conversion: User ➞ GuildMember | GuildMember ➞ User * Note: Events received in cached guilds will often have both the member and user available, eg. interaction.user and interaction.member
/|ĶÎŦÃŖŮ|\
I trying that Thx for help
Want results from more Discord servers?
Add your server