-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
get_member returns none always #5867
Labels
intents related
User provided bad/invalid intents
Comments
This is not a bug with the library. Please see the recently added intents documentation and v1.5 changelog. |
4 tasks
Rapptz
added
intents related
User provided bad/invalid intents
and removed
bug
This is a bug with the library.
labels
Oct 14, 2020
This was referenced Oct 17, 2020
Closed
This was referenced Oct 26, 2020
This was referenced Nov 10, 2020
4 tasks
This was referenced Aug 21, 2021
Repository owner
deleted a comment from
Ombucha
Mar 6, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
A recent update to Discord seems to have caused get_member when using a guild to not return the member.
There was a sudden change in all instanced where get_member was used causing my bots to behave ab-normally without any code changes.
Reproduction Steps
get a guild using client.get_guild(guildID)
use guild.get_member(userID)
bot.get_guild(287096977630691329) returns the proper guild.
The member ID is from a member in the server. I have tried other IDs.
Expected Results
Returned Member Object
Actual Results
Returned None
Checklist
System Information
The text was updated successfully, but these errors were encountered: