I'm trying to send a DM to all members with a specific role. I've tried that to get members with a role:
guild.roles.cache.get(ROLE_ID).members
and
guild.roles.fetch(ROLE_ID)
My problem is that the bot only returns my user.
I know someone has asked a question like this before where it was solved using the correct intents, but it's not the case for me.