diff --git a/app/commands/utility/server_command.py b/app/commands/utility/server_command.py index 67c8bc1..7e03be9 100644 --- a/app/commands/utility/server_command.py +++ b/app/commands/utility/server_command.py @@ -6,6 +6,7 @@ logger = setup_logger() + class VerificationLevels(Enum): NONE = 'No security measures.' LOW = 'Verified mail required.' @@ -13,6 +14,7 @@ class VerificationLevels(Enum): HIGH = '\n- Verified mail\n- registered for 5+ minutes\n- member for 10+ minutes' HIGHEST = 'Verified phone number required.' + class UtilityServer(commands.Cog): def __init__(self, bot): self.bot = bot