.map()
[1, 2, 3].map(n => n * 2)
[2, 4, 6]
1
n => n * 2
message.member.roles.cache.map(role => role.name)