Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Getting all role permissions as list

I’m trying to get all role permissions as list, but using ...roles.cache.get("910908545124413500").permissions leads me to this result: Permissions { bitfield: 104320585 } and ...roles.cache.get("910908545124413500").permissions.toString() returns [object Object]!

What can I use to get all roles perms as list (without using permissions.has() for each permission)?

I didn’t found an answer on SO, but if you will be able to – please mark this question as duplicate and link question with answer you found!

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

>Solution :

Took me some time to look through the documentation but found that the method toArray() returns an array of strings with the permissions.

...roles.cache.get("123456789").permissions.toArray()
Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading