Update nutNotifyFct.sh
This commit is contained in:
@@ -230,6 +230,9 @@ function conditionalNotification {
|
|||||||
fi
|
fi
|
||||||
if [[ " ${method[*]} " =~ " sms " ]] ; then
|
if [[ " ${method[*]} " =~ " sms " ]] ; then
|
||||||
sendSms "$text"
|
sendSms "$text"
|
||||||
|
fi
|
||||||
|
if [[ " ${method[*]} " =~ " discord " ]] ; then
|
||||||
|
sendDiscord "$text"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user