wqebhooky

This commit is contained in:
2026-04-22 22:05:35 -06:00
parent f7bbdac77c
commit ba960f7799
+1 -1
View File
@@ -11,7 +11,7 @@ send_discord_webhook() {
curl -sS -X POST \
-H "Content-Type: application/json" \
-d "{\"username\":\"${username}\",\"$message\":\"${message}\"}" \
-d "{\"username\":\"${username}\",\"message\":\"${message}\"}" \
"$webhook_url"
}