I have this code for list all member roles but it’s not in list from top to bot
member.roles.cache.map((r) => r).slice(0,-1)
I want something like this
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
I have this code for list all member roles but it’s not in list from top to bot
member.roles.cache.map((r) => r).slice(0,-1)
I want something like this