chore: remove sleep

This commit is contained in:
手瓜一十雪
2024-08-08 21:31:00 +08:00
parent 9fea4867cf
commit cbe828cf11
2 changed files with 6 additions and 4 deletions

View File

@@ -39,7 +39,7 @@ export class NapCatCore {
msg.onRecvMsg = (msg) => {
console.log("RecvMsg", msg);
}
await sleep(2500);
//await sleep(2500);
this.context.session.getMsgService().addKernelMsgListener(
new this.context.wrapper.NodeIKernelMsgListener(proxiedListenerOf(msg, this.context.logger))
);