From f3b3dd47b5df9da23d2473a8538747247b7b96c6 Mon Sep 17 00:00:00 2001 From: Andrei Date: Fri, 26 May 2017 22:32:46 -0700 Subject: [PATCH] Add EXTREME verification level --- disco/types/guild.py | 1 + 1 file changed, 1 insertion(+) 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(