mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-12-19 05:05:44 +08:00
5 lines
173 B
JavaScript
5 lines
173 B
JavaScript
const path = require('path');
|
|
const CurrentPath = path.dirname(__filename);
|
|
(async () => {
|
|
await import("file://" + path.join(CurrentPath, './napcat/napcat.mjs'));
|
|
})(); |