The CLI tool for discord notification
$ echo "# test" | ./notify
Notification sent to Discord successfully.
$ go version
go version go1.22.3 darwin/arm64
$ go build -o notify notify.go
$ sudo install /usr/local/bin notify
$ echo "export DISCORD_WEBHOOK_URL='https://discord.com/api/webhooks/...'" | sudo tee -a /etc/profile