diff --git a/webhook b/webhook index ea42f97..7eb0a93 100644 --- a/webhook +++ b/webhook @@ -1,6 +1,4 @@ #!/bin/sh - -# Settings # Discord Webhook URL (e.g. https://discord.com/api/webhooks/WEBHOOK_ID/TOKEN) discord_url="" # Message content (e.g. :newspaper: @everyone A new album has been added!" @@ -10,29 +8,25 @@ embed_color="" # latestalbum path (for cron job, e.g. /home/amolinae/.local/bin/latestalbum) lapath="" -generate_post_data() { - cat <