mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-12-03 14:02:19 +00:00
GUILD_UPDATE audit logs
This commit is contained in:
@@ -56,6 +56,7 @@ __all__ = (
|
||||
'InteractionType',
|
||||
'InteractionResponseType',
|
||||
'NSFWLevel',
|
||||
'MFALevel',
|
||||
)
|
||||
|
||||
|
||||
@@ -609,6 +610,11 @@ class NSFWLevel(Enum, comparable=True):
|
||||
age_restricted = 3
|
||||
|
||||
|
||||
class MFALevel(Enum, comparable=True):
|
||||
disabled = 0
|
||||
require_2fa = 1
|
||||
|
||||
|
||||
E = TypeVar('E', bound='Enum')
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user