Trying to get a list of members of a role

:peepoThink: I'm getting the message of a user (me) and then im trying this and the roleInfo is undefined

 const roleId = 1239663214099169372;
        const strRoleId = '1239663214099169372';
        const roleInfo = message.guild.roles.cache.get(roleId);
Was this page helpful?