We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa2b63b commit 3ae8d3cCopy full SHA for 3ae8d3c
.github/workflows/discord-activity.yml
@@ -63,7 +63,7 @@ jobs:
63
fi
64
65
curl -H "Content-Type: application/json" \
66
- -d "{\"content\": $(echo "$MESSAGE" | jq -Rs .)}" \
+ -d "{\"content\": $(echo "$MESSAGE" | jq -Rs .), \"flags\": 4}" \
67
"${{ secrets.DISCORD_WEBHOOK }}"
68
69
sleep 1 # Rate limit protection
@@ -83,6 +83,6 @@ jobs:
83
84
85
86
87
88
0 commit comments