Skip to content

Commit

Permalink
fix(FeedbackForm): fix feedback sharing on our discord server
Browse files Browse the repository at this point in the history
  • Loading branch information
Truiteseche committed Mar 2, 2024
1 parent d41b6df commit a76f1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Feedback/FeedbackForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit a76f1f5

Please sign in to comment.