From 4d8aa10f13157ebe264f328b20624f47b22494b6 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Wed, 22 Apr 2026 22:19:55 -0600 Subject: [PATCH] wqebhooky --- dreammaker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dreammaker.sh b/dreammaker.sh index df4bf52..19511c7 100644 --- a/dreammaker.sh +++ b/dreammaker.sh @@ -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" }