aboutsummaryrefslogtreecommitdiffstats
path: root/backend/constants.py
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2021-03-16 17:01:48 +0300
committerGravatar Hassan Abouelela <[email protected]>2021-03-16 17:08:26 +0300
commit0947ade71504b08bf91d830b0ec872fca6ffaad8 (patch)
treedfd3c32201eafe30a759cab7ab2d2a77c0ad149e /backend/constants.py
parentAdds Discord Context Helper (diff)
Adds DM Featuredm-message
Adds the form variables to allow sending DMs. Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to 'backend/constants.py')
-rw-r--r--backend/constants.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/constants.py b/backend/constants.py
index 8a32816..d33f205 100644
--- a/backend/constants.py
+++ b/backend/constants.py
@@ -73,6 +73,7 @@ class FormFeatures(Enum):
DISABLE_ANTISPAM = "DISABLE_ANTISPAM"
WEBHOOK_ENABLED = "WEBHOOK_ENABLED"
ASSIGN_ROLE = "ASSIGN_ROLE"
+ SEND_DM = "SEND_DM"
class WebHook(Enum):