wqebhooky

This commit is contained in:
2026-04-22 22:16:49 -06:00
parent 58ce738cb0
commit ebf67872e3
+1 -2
View File
@@ -7,11 +7,10 @@ send_discord_webhook() {
username="[DЯΣΛMMΛKΣЯ]"
webhook_url="$(cat /home/princesspi/.discord_url)"
tag="$(cat /home/princesspi/.discord_tag)"
message="FUZZ $(cat /home/princesspi/.discord_tag)"
curl -sS -X POST \
-H "Content-Type: application/json" \
-d "{\"username\":\"$username\",\"message\":\"$message\"}" \
-d "{\"username\":\"{$username}\",\"message\":\"FUZZASZZZZ ${tag}\"}" \
"$webhook_url"
}