From 094d125ec6e9719937f1be5fabe3ebaefbdc0e73 Mon Sep 17 00:00:00 2001 From: Hassan Abouelela <47495861+HassanAbouelela@users.noreply.github.com> Date: Tue, 16 Mar 2021 16:09:47 +0300 Subject: Moves Webhook & Role Helper To Discord File Moves the webhook helper and the role assignment helper to the discord file to gather all discord helpers in one location. Signed-off-by: Hassan Abouelela <47495861+HassanAbouelela@users.noreply.github.com> --- backend/constants.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'backend/constants.py') 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.""" -- cgit v1.2.3