From 66b17f5afbbde2bbe867b70d4333d77e528d758c Mon Sep 17 00:00:00 2001 From: David <49169805+mesub7@users.noreply.github.com> Date: Sat, 1 May 2021 00:12:40 +0100 Subject: [PATCH] Clarify ClientUser.verified docs --- discord/user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/user.py b/discord/user.py index e5ac42e53..54d7a64e4 100644 --- a/discord/user.py +++ b/discord/user.py @@ -213,7 +213,7 @@ class ClientUser(BaseUser): .. versionadded:: 1.3 verified: :class:`bool` - Specifies if the user is a verified account. + Specifies if the user's email is verified. locale: Optional[:class:`str`] The IETF language tag used to identify the language the user is using. mfa_enabled: :class:`bool`