#check if a member has a certain role
1 messages · Page 1 of 1 (latest)
Hey! Once your issue is solved, press the button below to close this thread!
I bet its something simple im just missing here
I would definitely recommend moving to v5, as paginators work very well. To solve your issue you could do: py if ROLE_ID in member.roles: print(f"Has the role {ROLE_ID}")
It is there according to the v4 docs
I don't know why that is, and no maintainers can really help anymore
There's the docs
I think im just gonna try to switch to v5 now
There's a migration guide to help
wjere