Skip to content

Commit

Permalink
Fix recursive inheritance in BaseUser
Browse files Browse the repository at this point in the history
  • Loading branch information
Rapptz committed Jul 29, 2021
1 parent 0112c28 commit 9d25bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class _UserTag:
id: int


class BaseUser(_BaseUser):
class BaseUser(_UserTag):
__slots__ = ('name', 'id', 'discriminator', '_avatar', '_banner', '_accent_colour', 'bot', 'system', '_public_flags', '_state')

if TYPE_CHECKING:
Expand Down

0 comments on commit 9d25bb4

Please sign in to comment.