From 005b3e5b41c68ef6c28c8268e7cfa83c2fb81236 Mon Sep 17 00:00:00 2001 From: dolfies Date: Fri, 5 Nov 2021 17:24:56 -0400 Subject: [PATCH] Fix ClientUser typing --- discord/types/user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/types/user.py b/discord/types/user.py index fba5aef5b..106f3eea4 100644 --- a/discord/types/user.py +++ b/discord/types/user.py @@ -40,7 +40,7 @@ class User(PartialUser, total=False): bot: bool system: bool mfa_enabled: bool - local: str + locale: str verified: bool email: Optional[str] flags: int