NapCatQQ/launcher/loadNapCat.js

5 lines
173 B
JavaScript
Raw Normal View History

2024-09-04 15:12:38 +00:00
const path = require('path');
const CurrentPath = path.dirname(__filename);
(async () => {
await import("file://" + path.join(CurrentPath, './napcat/napcat.mjs'));
})();