yili 通知

This commit is contained in:
weiqun
2024-10-12 11:04:37 +08:00
parent d989c8e550
commit 1f004f693d

View File

@@ -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 {