#Users having specific roles

1 messages · Page 1 of 1 (latest)

runic rain
#

Is there a way to make my bot retrieve the usernames of all users who have a specific role and basically just make a list of them?

covert kelp
#

assuming you have the role object just do [member.display_name for member in role_obj.members]