Browse Source

is this why its broken? lets find out!

pull/10190/head
! Sleepy 1 week ago
parent
commit
f3183b1e3c
  1. 4
      discord/types/user.py

4
discord/types/user.py

@ -40,6 +40,8 @@ class PartialUser(TypedDict):
avatar: Optional[str] avatar: Optional[str]
global_name: Optional[str] global_name: Optional[str]
avatar_decoration_data: NotRequired[AvatarDecorationData] avatar_decoration_data: NotRequired[AvatarDecorationData]
clan: NotRequired[ClanTagPayload]
primary_guild: NotRequired[ClanTagPayload]
PremiumType = Literal[0, 1, 2, 3] PremiumType = Literal[0, 1, 2, 3]
@ -55,5 +57,3 @@ class User(PartialUser, total=False):
flags: int flags: int
premium_type: PremiumType premium_type: PremiumType
public_flags: int public_flags: int
clan: NotRequired[ClanTagPayload]
primary_guild: NotRequired[ClanTagPayload]

Loading…
Cancel
Save