From f4fdf0eb6882d9ac05afc45424ed5692aa7bd1b7 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Wed, 22 Apr 2026 22:07:18 -0600 Subject: [PATCH] wqebhooky --- dreammaker.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dreammaker.sh b/dreammaker.sh index 8894a96..2d809f3 100644 --- a/dreammaker.sh +++ b/dreammaker.sh @@ -7,6 +7,8 @@ tag="$(cat /home/princesspi/.discord_tag)" send_discord_webhook() { local username="DreamMaker" + local webhook_url="$(cat /home/princesspi/.discord_url)" + local tag="$(cat /home/princesspi/.discord_tag)" local message="$1 $tag" curl -sS -X POST \