Sending Linux Variables to Discord Webhook from Linux Bash Shell Script
Sending Linux Variables to Discord Webhook from Linux Bash Shell Script Discord provides an API where you can send messages/notifications via their webhook using curl . Which is all very helpful, except the code provided on their website only allows plain text, you can’t pass $variables onto it Having started playing with Linux Bash scripts, […]
Read More