Browse Source

Fix ClientUser typing

pull/10109/head
dolfies 4 years ago
parent
commit
005b3e5b41
  1. 2
      discord/types/user.py

2
discord/types/user.py

@ -40,7 +40,7 @@ class User(PartialUser, total=False):
bot: bool bot: bool
system: bool system: bool
mfa_enabled: bool mfa_enabled: bool
local: str locale: str
verified: bool verified: bool
email: Optional[str] email: Optional[str]
flags: int flags: int

Loading…
Cancel
Save