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 {