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),