From a76f1f5731ccfb361ff1462e37d018746d17a14f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Truite=20S=C3=A9ch=C3=A9e?= Date: Sat, 2 Mar 2024 03:10:03 +0100 Subject: [PATCH] fix(FeedbackForm): fix feedback sharing on our discord server --- src/components/Feedback/FeedbackForm.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Feedback/FeedbackForm.jsx b/src/components/Feedback/FeedbackForm.jsx index 40038443..88f12a2e 100644 --- a/src/components/Feedback/FeedbackForm.jsx +++ b/src/components/Feedback/FeedbackForm.jsx @@ -291,7 +291,7 @@ export default function FeedbackForm({ activeUser, carpeConviviale, onSubmit=() method: "POST", headers: { "Content-Type": "application/json" }, body: JSON.stringify({ - content: `botActions:[VERIFY],${allowSharing ? "" : "[DISABLE_VERIFY]"}`, + content: `botActions:[VERIFY],${allowSharing ? "" : "[DISABLE_VERIFY]"} <@1192136509567016990>`, // allow us to handle feedback sharing on our discord server embeds: [ { color: parseInt("0x" + color),