From a5ec2b717bb1087b905a0707cf31a7861a226589 Mon Sep 17 00:00:00 2001 From: NeoPlayer13 <98669870+NeoPlayer13@users.noreply.github.com> Date: Sun, 6 Aug 2023 11:23:08 -0500 Subject: [PATCH] Update nutNotifyFct.sh --- nutNotifyFct.sh | 3 +++ 1 file changed, 3 insertions(+) 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 }