wqebhooky

This commit is contained in:
2026-04-22 22:07:18 -06:00
parent ac9ff29e5b
commit f4fdf0eb68
+2
View File
@@ -7,6 +7,8 @@ tag="$(cat /home/princesspi/.discord_tag)"
send_discord_webhook() { send_discord_webhook() {
local username="DreamMaker" local username="DreamMaker"
local webhook_url="$(cat /home/princesspi/.discord_url)"
local tag="$(cat /home/princesspi/.discord_tag)"
local message="$1 $tag" local message="$1 $tag"
curl -sS -X POST \ curl -sS -X POST \