🔨notify.md

This commit is contained in:
Leon 2021-06-24 11:02:10 +08:00 committed by GitHub
parent 6b979167d0
commit 70d650127c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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$)
}