-
-
Notifications
You must be signed in to change notification settings - Fork 481
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Summary
The docs entry for discord.User is missing .primary_guild
Reproduction Steps
Member.primary_guild mentions its equivalence to User.primary_guild
, but when going to https://docs.pycord.dev/en/v2.7.0rc1/api/models.html#discord.User, this attribute is not documented. This leaves the attribute as a whole unexplained to the user
Minimal Reproducible Code
Expected Results
Since the doc entry specifically references the User.primary_guild attribute, I expect that to exist and there to be a working link in Member.primary_guild to said attribute
Actual Results
The attribute doesn't exist in discord.User
Intents
not applicable
System Information
not applicable
Checklist
- I have searched the open issues for duplicates.
- I have shown the entire traceback, if possible.
- I have removed my token from display, if visible.
Additional Context
No response
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation