diff --git a/dreammaker.sh b/dreammaker.sh index 05a3dd9..72a12d2 100644 --- a/dreammaker.sh +++ b/dreammaker.sh @@ -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" }