mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-07 20:28:38 +00:00
Fix incorrect class reference in documentation
This commit is contained in:
parent
1efb8a8204
commit
010ce0519a
@ -134,7 +134,7 @@ class BaseUser(_BaseUser):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def public_flags(self):
|
def public_flags(self):
|
||||||
""":class:`PublicFlags`: The publicly available flags the user has."""
|
""":class:`PublicUserFlags`: The publicly available flags the user has."""
|
||||||
return PublicUserFlags._from_value(self._public_flags)
|
return PublicUserFlags._from_value(self._public_flags)
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
Loading…
x
Reference in New Issue
Block a user