This commit is contained in:
smallfawn
2025-02-16 19:12:09 +08:00
parent 9f7cd0e7d5
commit 86c5e030fc
4 changed files with 328 additions and 297 deletions

View File

@@ -280,7 +280,7 @@ async function SendMsg(message) {
if (!message) return;
if (Notify > 0) {
if ($.isNode()) {
var notify = require("./sendNotify");
var notify = require("../sendNotify");
await notify.sendNotify($.name, message)
} else {
$.msg($.name, '', message)