Brandon209-Red-bot-Cogs/welcome/enums.py
2020-01-28 04:04:18 -05:00

9 lines
123 B
Python

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