Skip to content

enums

Database model enums for Tux bot.

This module defines enumeration types used throughout the database models, providing type-safe constants for permissions, onboarding stages, and case types.

Classes:

  • PermissionType

    Types of permissions that can be configured in the system.

  • OnboardingStage

    Stages of the guild onboarding process.

  • CaseType

    Types of moderation cases that can be recorded in the system.

Classes

PermissionType

Bases: str, Enum

Types of permissions that can be configured in the system.

OnboardingStage

Bases: str, Enum

Stages of the guild onboarding process.

CaseType

Bases: str, Enum

Types of moderation cases that can be recorded in the system.