Role command
how to make a command that count the ammount of users that has a specific role
5 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
Fetch the members of the guild using
await guild.members.fetch()
, and then check role.members.size
the "role" from
role.members.size
gotta be changed to the name of the role im checking?No, to the role object
kk , thx