Skip to content

Commit

Permalink
Fix python indents
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaSlui committed Aug 24, 2024
1 parent 0bf39a2 commit 0148a2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/commands/utility/server_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@

logger = setup_logger()


class VerificationLevels(Enum):
NONE = 'No security measures.'
LOW = 'Verified mail required.'
MEDIUM = '\n- Verified mail\n- registered for 5+ minutes'
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
Expand Down

0 comments on commit 0148a2a

Please sign in to comment.