mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-07 12:18:59 +00:00
Fix docs for Guild.mfa_level
This commit is contained in:
parent
e44dd3dee5
commit
d5f23dbfc2
@ -251,8 +251,7 @@ class Guild(Hashable):
|
|||||||
The guild's Multi-Factor Authentication requirement level.
|
The guild's Multi-Factor Authentication requirement level.
|
||||||
|
|
||||||
.. versionchanged:: 2.0
|
.. versionchanged:: 2.0
|
||||||
|
This field is now an enum instead of an :class:`int`.
|
||||||
The type of this attribute is now :class:`MFALevel`.
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__slots__ = (
|
__slots__ = (
|
||||||
|
@ -3263,7 +3263,7 @@ AuditLogDiff
|
|||||||
|
|
||||||
Integration emoticons were enabled or disabled.
|
Integration emoticons were enabled or disabled.
|
||||||
|
|
||||||
see also :attr:`StreamIntegration.enable_emoticons`
|
See also :attr:`StreamIntegration.enable_emoticons`
|
||||||
|
|
||||||
:type: :class:`bool`
|
:type: :class:`bool`
|
||||||
|
|
||||||
@ -3272,7 +3272,7 @@ AuditLogDiff
|
|||||||
|
|
||||||
The behaviour of expiring subscribers changed.
|
The behaviour of expiring subscribers changed.
|
||||||
|
|
||||||
see also :attr:`StreamIntegration.expire_behaviour`
|
See also :attr:`StreamIntegration.expire_behaviour`
|
||||||
|
|
||||||
:type: :class:`ExpireBehaviour`
|
:type: :class:`ExpireBehaviour`
|
||||||
|
|
||||||
@ -3280,7 +3280,7 @@ AuditLogDiff
|
|||||||
|
|
||||||
The grace period before expiring subscribers changed.
|
The grace period before expiring subscribers changed.
|
||||||
|
|
||||||
see also :attr:`StreamIntegration.expire_grace_period`
|
See also :attr:`StreamIntegration.expire_grace_period`
|
||||||
|
|
||||||
:type: :class:`int`
|
:type: :class:`int`
|
||||||
|
|
||||||
@ -3288,7 +3288,7 @@ AuditLogDiff
|
|||||||
|
|
||||||
The preferred locale for the guild changed.
|
The preferred locale for the guild changed.
|
||||||
|
|
||||||
see also :attr:`Guild.preferred_locale`
|
See also :attr:`Guild.preferred_locale`
|
||||||
|
|
||||||
:type: :class:`str`
|
:type: :class:`str`
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user