From 1f004f693dfa038cd58a749ee7ea436a83e79301 Mon Sep 17 00:00:00 2001 From: weiqun Date: Sat, 12 Oct 2024 11:04:37 +0800 Subject: [PATCH] =?UTF-8?q?yili=20=E9=80=9A=E7=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yili.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yili.js b/yili.js index 6b56a62..bce28bd 100644 --- a/yili.js +++ b/yili.js @@ -322,7 +322,7 @@ async function sendMsg(message) { try { notify = require('./sendNotify'); } catch (e) { - notify = require("../sendNotify"); + notify = require("./sendNotify"); } await notify.sendNotify($.name, message); } else {