diff --git a/nutNotifyFct.sh b/nutNotifyFct.sh index 560db75..81121e1 100644 --- a/nutNotifyFct.sh +++ b/nutNotifyFct.sh @@ -230,6 +230,9 @@ function conditionalNotification { fi if [[ " ${method[*]} " =~ " sms " ]] ; then sendSms "$text" + fi + if [[ " ${method[*]} " =~ " discord " ]] ; then + sendDiscord "$text" fi }