diff --git a/index.js b/index.js index a93cdd0b..d037a34f 100644 --- a/index.js +++ b/index.js @@ -17,8 +17,8 @@ setTimeout(async function () { } if (!isV3) { let common = await Data.importModule('/lib', 'common.js') - if (common && common.relpyPrivate) { - relpyPrivate = common.relpyPrivate + if (common && common.default && common.default.relpyPrivate) { + relpyPrivate = common.default.relpyPrivate } } if (msgStr) {