diff options
| author | 2020-12-18 04:51:44 +0300 | |
|---|---|---|
| committer | 2020-12-18 04:51:44 +0300 | |
| commit | df0a8a15c93dc238bfd55ee010a321b15f1e4179 (patch) | |
| tree | 73517574c65bb330be3d87574e23ad7e760a3565 /backend | |
| parent | Merge branch 'main' into discord-webhook (diff) | |
Change Embed Description
Co-authored-by: Joe Banks <[email protected]>
Diffstat (limited to 'backend')
| -rw-r--r-- | backend/routes/forms/submit.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/backend/routes/forms/submit.py b/backend/routes/forms/submit.py index d8b178f..c50e4dd 100644 --- a/backend/routes/forms/submit.py +++ b/backend/routes/forms/submit.py @@ -165,7 +165,7 @@ class SubmitForm(Route):          # Build Embed          embed = {              "title": "New Form Response", -            "description": f"{user_mention} submitted a response.", +            "description": f"{user_mention} submitted a response to `{form.name}`.",              "url": f"{FRONTEND_URL}/path_to_view_form/{response.id}",  # noqa # TODO: Enter Form View URL              "timestamp": response.timestamp,              "color": 7506394, | 
