Querying the member_count property on a discord.guild.Guild object gives the error AttributeError("'Guild' object has no attribute '_member_count'") #2136
Labels
unconfirmed bug
A bug report that needs triaging
Summary
Querying the member_count property on a discord.guild.Guild object gives the error AttributeError("'Guild' object has no attribute '_member_count'")
Reproduction Steps
Query the
member_count
property on a discord guild object, like shown in the code belowMinimal Reproducible Code
Expected Results
The count of members to be shown
Actual Results
It raised an error. This is the output:
Intents
the default ones and the member one
System Information
Checklist
Additional Context
No response
The text was updated successfully, but these errors were encountered: