Brandon209-Red-bot-Cogs/welcome/enums.py

9 lines
123 B
Python
Raw Normal View History

from enum import Enum
class WhisperType(Enum):
OFF = "off"
ONLY = "only"
BOTH = "both"
FALLBACK = "fall"