wqebhooky
This commit is contained in:
+1
-2
@@ -7,11 +7,10 @@ send_discord_webhook() {
|
|||||||
username="[DЯΣΛMMΛKΣЯ]"
|
username="[DЯΣΛMMΛKΣЯ]"
|
||||||
webhook_url="$(cat /home/princesspi/.discord_url)"
|
webhook_url="$(cat /home/princesspi/.discord_url)"
|
||||||
tag="$(cat /home/princesspi/.discord_tag)"
|
tag="$(cat /home/princesspi/.discord_tag)"
|
||||||
message="FUZZ $(cat /home/princesspi/.discord_tag)"
|
|
||||||
|
|
||||||
curl -sS -X POST \
|
curl -sS -X POST \
|
||||||
-H "Content-Type: application/json" \
|
-H "Content-Type: application/json" \
|
||||||
-d "{\"username\":\"$username\",\"message\":\"$message\"}" \
|
-d "{\"username\":\"{$username}\",\"message\":\"FUZZASZZZZ ${tag}\"}" \
|
||||||
"$webhook_url"
|
"$webhook_url"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user