diff options
Diffstat (limited to 'bot/constants.py')
| -rw-r--r-- | bot/constants.py | 22 | 
1 files changed, 11 insertions, 11 deletions
| diff --git a/bot/constants.py b/bot/constants.py index 0d74fb4a..492ac918 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -7,26 +7,26 @@ from pydantic_settings import BaseSettings  from pydis_core.utils.logging import get_logger  __all__ = ( -    "Channels", +    "ERROR_REPLIES", +    "MODERATION_ROLES", +    "NEGATIVE_REPLIES", +    "POSITIVE_REPLIES", +    "PYTHON_PREFIX", +    "STAFF_ROLES", +    "WHITELISTED_CHANNELS",      "Categories", +    "Channels",      "Client", -    "Logging",      "Colours",      "Emojis",      "Icons", +    "Logging",      "Month", +    "Reddit", +    "Redis",      "Roles",      "Tokens",      "Wolfram", -    "Reddit", -    "Redis", -    "PYTHON_PREFIX", -    "MODERATION_ROLES", -    "STAFF_ROLES", -    "WHITELISTED_CHANNELS", -    "ERROR_REPLIES", -    "NEGATIVE_REPLIES", -    "POSITIVE_REPLIES",  )  log = get_logger(__name__) | 
