From 70d650127c5b89be0b035964227e66613ede01fd Mon Sep 17 00:00:00 2001 From: Leon <62660101+Oreomeow@users.noreply.github.com> Date: Thu, 24 Jun 2021 11:02:10 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8notify.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Conf/Vtop/notify/notify.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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$) }