We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
在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后可正常运行 但仍无法收消息 可发
The text was updated successfully, but these errors were encountered:
pnpm add icqq@npm:@icqqjs/icqq
Sorry, something went wrong.
No branches or pull requests
在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后可正常运行
但仍无法收消息 可发
The text was updated successfully, but these errors were encountered: