From c827e162575fdc23878ff97315061c633170430c Mon Sep 17 00:00:00 2001 From: yeyang <746659424@qq.com> Date: Sat, 14 Jan 2023 17:54:32 +0800 Subject: [PATCH] modified: index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 49a3644..a61dd6d 100644 --- a/index.js +++ b/index.js @@ -11,7 +11,7 @@ logger.info(chalk.rgb(255, 207, 247)(`椰奶插件${Ver.ver}初始化~`)) logger.info(chalk.rgb(253, 235, 255)('-------------------------')) try { - await import('systeminformation2') + await import('systeminformation') if (!await redis.get('yenai:node_modules')) await redis.set('yenai:node_modules', '1') } catch (error) { if (error.stack?.includes('Cannot find package')) {