diff --git a/Conf/Vtop/notify/notify.md b/Conf/Vtop/notify/notify.md index 4c5c7ba..bc8e736 100644 --- a/Conf/Vtop/notify/notify.md +++ b/Conf/Vtop/notify/notify.md @@ -39,7 +39,7 @@ if (typeof $title$ !== "undefined") { ``` or ``` -//if (typeof $title$ !== "undefined") { +if (typeof $title$ !== "undefined") { botNotify1($title$, $body$, $url$) botNotify2($title$, $body$, $url$) }