diff --git a/disco/types/guild.py b/disco/types/guild.py index a48b9a9..7fb5308 100644 --- a/disco/types/guild.py +++ b/disco/types/guild.py @@ -21,6 +21,7 @@ VerificationLevel = Enum( LOW=1, MEDIUM=2, HIGH=3, + EXTREME=4, ) ExplicitContentFilterLevel = Enum(