mirror of
https://github.com/wq-h/qinglong.git
synced 2025-12-22 01:35:20 +08:00
yili 通知
This commit is contained in:
2
yili.js
2
yili.js
@@ -322,7 +322,7 @@ async function sendMsg(message) {
|
|||||||
try {
|
try {
|
||||||
notify = require('./sendNotify');
|
notify = require('./sendNotify');
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
notify = require("../sendNotify");
|
notify = require("./sendNotify");
|
||||||
}
|
}
|
||||||
await notify.sendNotify($.name, message);
|
await notify.sendNotify($.name, message);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user