Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@icqqjs/icqq适配不完全 #392

Open
SummerLotus520 opened this issue Mar 25, 2024 · 0 comments
Open

@icqqjs/icqq适配不完全 #392

SummerLotus520 opened this issue Mar 25, 2024 · 0 comments

Comments

@SummerLotus520
Copy link

SummerLotus520 commented Mar 25, 2024

在init.js中的
/** 初始化事件 /
async function checkInit() {
/
* 检查node_modules */
if (!fs.existsSync("./node_modules") || !fs.existsSync("./node_modules/icqq")) {
console.log("请先运行命令:pnpm install -P 安装依赖")
process.exit()
}
以及loader.js中
import { segment } from 'icqq'
@param e icqq Events

仍无法处理@icqqjs/icqq的情况
将其中的icqq改为@icqqjs/icqq后可正常运行
但仍无法收消息 可发

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant