From d5f23dbfc22cb155b92981264f4e8c6276b34683 Mon Sep 17 00:00:00 2001 From: mniip Date: Mon, 28 Feb 2022 05:18:01 +0300 Subject: [PATCH] Fix docs for Guild.mfa_level --- discord/guild.py | 3 +-- docs/api.rst | 8 ++++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/discord/guild.py b/discord/guild.py index 34024cee0..64a03428b 100644 --- a/discord/guild.py +++ b/discord/guild.py @@ -251,8 +251,7 @@ class Guild(Hashable): The guild's Multi-Factor Authentication requirement level. .. versionchanged:: 2.0 - - The type of this attribute is now :class:`MFALevel`. + This field is now an enum instead of an :class:`int`. """ __slots__ = ( diff --git a/docs/api.rst b/docs/api.rst index 866c05222..b8ebbdf2b 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -3263,7 +3263,7 @@ AuditLogDiff Integration emoticons were enabled or disabled. - see also :attr:`StreamIntegration.enable_emoticons` + See also :attr:`StreamIntegration.enable_emoticons` :type: :class:`bool` @@ -3272,7 +3272,7 @@ AuditLogDiff The behaviour of expiring subscribers changed. - see also :attr:`StreamIntegration.expire_behaviour` + See also :attr:`StreamIntegration.expire_behaviour` :type: :class:`ExpireBehaviour` @@ -3280,7 +3280,7 @@ AuditLogDiff The grace period before expiring subscribers changed. - see also :attr:`StreamIntegration.expire_grace_period` + See also :attr:`StreamIntegration.expire_grace_period` :type: :class:`int` @@ -3288,7 +3288,7 @@ AuditLogDiff The preferred locale for the guild changed. - see also :attr:`Guild.preferred_locale` + See also :attr:`Guild.preferred_locale` :type: :class:`str`