mirror of
https://github.com/acmesh-official/acme.sh
synced 2025-09-02 07:15:33 +00:00
Update discord.sh
This commit is contained in:
@@ -46,7 +46,7 @@ discord_send() {
|
|||||||
|
|
||||||
if _post "$_data" "$DISCORD_WEBHOOK_URL?wait=true"; then
|
if _post "$_data" "$DISCORD_WEBHOOK_URL?wait=true"; then
|
||||||
# shellcheck disable=SC2154
|
# shellcheck disable=SC2154
|
||||||
if [ -n "$response" ]; then
|
if [ "$response" ]; then
|
||||||
_info "discord send success."
|
_info "discord send success."
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user