Published
- 1 min read
get member by id discord py
The solution for this is noted below
get member by id discord py
Solution
member = guild.get_member(member_id)
Try other methods by searching on the site. That is if this doesn’t work
Published
- 1 min read
The solution for this is noted below
member = guild.get_member(member_id)
Try other methods by searching on the site. That is if this doesn’t work