We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I have been using this repository for more than a year without any issues, but now I got an error in the get_member function.
guild = client.get_guild(GUILDID)
author = guild.get_member(ctx.author.id)
The author is None, even if the sender is in the discord server. I never had this issue before.
Author info, in order to add roles, remove roles
None
The text was updated successfully, but these errors were encountered:
Duplicate of #5867
Sorry, something went wrong.
No branches or pull requests
Summary
Hello, I have been using this repository for more than a year without any issues, but now I got an error in the get_member function.
Reproduction Steps
guild = client.get_guild(GUILDID)
author = guild.get_member(ctx.author.id)
The author is None, even if the sender is in the discord server. I never had this issue before.
Expected Results
Author info, in order to add roles, remove roles
Actual Results
None
Intents
Checklist
System Information
The text was updated successfully, but these errors were encountered: