wqebhooky

This commit is contained in:
2026-04-22 22:19:55 -06:00
parent 6b560bf45d
commit 4d8aa10f13
+1 -1
View File
@@ -10,7 +10,7 @@ send_discord_webhook() {
curl -sS -X POST \
-H "Content-Type: application/json" \
-d "{\"message\":\"FUZZASZZZZ ${tag}\"}" \
-d "{\"username\":\"$username\",\"content\":\"FUZZASZZZZ ${tag}\"}" \
"$webhook_url"
}