diff --git a/octobot/community/supabase_backend/enums.py b/octobot/community/supabase_backend/enums.py index 114403a82..0356854df 100644 --- a/octobot/community/supabase_backend/enums.py +++ b/octobot/community/supabase_backend/enums.py @@ -82,6 +82,7 @@ class BotDeploymentErrorsStatuses(enum.Enum): INTERNAL_SERVER_ERROR = "internal_server_error" INVALID_CONFIG = "invalid_config" INVALID_EXCHANGE_CREDENTIALS = "invalid_exchange_credentials" + ALREADY_USED_EXCHANGE_ACCOUNT = "already_used_exchange_account" MISSING_CONFIG = "missing_config"