Brandon209-Red-bot-Cogs/welcome/enums.py
2019-09-22 01:55:45 -04:00

9 lines
115 B
Python

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