Browse Source
Fix position of versionadded and add new versionchanged
pull/7492/head
jack1142
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
1 deletions
-
discord/guild.py
|
|
@ -245,10 +245,14 @@ class Guild(Hashable): |
|
|
|
results to a specific language. |
|
|
|
nsfw_level: :class:`NSFWLevel` |
|
|
|
The guild's NSFW level. |
|
|
|
|
|
|
|
.. versionadded:: 2.0 |
|
|
|
mfa_level: :class:`MFALevel` |
|
|
|
The guild's Multi-Factor Authentication requirement level. |
|
|
|
|
|
|
|
.. versionadded:: 2.0 |
|
|
|
.. versionchanged:: 2.0 |
|
|
|
|
|
|
|
The type of this attribute is now :class:`MFALevel`. |
|
|
|
""" |
|
|
|
|
|
|
|
__slots__ = ( |
|
|
|