wqebhooky

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