diff options
| author | David <[email protected]> | 2021-05-01 00:12:40 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-30 19:12:40 -0400 |
| commit | 66b17f5afbbde2bbe867b70d4333d77e528d758c (patch) | |
| tree | 275652718b7c8e1eba8cd8a287d91d3a14b6a56d /discord/user.py | |
| parent | Fix grammar in the Guild.edit docstring (diff) | |
| download | discord.py-66b17f5afbbde2bbe867b70d4333d77e528d758c.tar.xz discord.py-66b17f5afbbde2bbe867b70d4333d77e528d758c.zip | |
Clarify ClientUser.verified docs
Diffstat (limited to 'discord/user.py')
| -rw-r--r-- | discord/user.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/user.py b/discord/user.py index e5ac42e5..54d7a64e 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` |