diff options
Diffstat (limited to 'backend/constants.py')
-rw-r--r-- | backend/constants.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/backend/constants.py b/backend/constants.py index 7ea4519..8a32816 100644 --- a/backend/constants.py +++ b/backend/constants.py @@ -62,8 +62,6 @@ REQUIRED_QUESTION_TYPE_DATA = { }, } -DISCORD_API_BASE_URL = "https://discord.com/api/v8" - class FormFeatures(Enum): """Lists form features. Read more in SCHEMA.md.""" |