Browse Source
Fix incorrect class reference in documentation
pull/4178/head
JohnyTheCarrot
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
discord/user.py
|
|
@ -134,7 +134,7 @@ class BaseUser(_BaseUser): |
|
|
|
|
|
|
|
@property |
|
|
|
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) |
|
|
|
|
|
|
|
@property |
|
|
|