fix: error

This commit is contained in:
手瓜一十雪
2024-08-11 23:34:59 +08:00
parent 35e09fe23f
commit 6cfbe49232

View File

@@ -201,7 +201,7 @@ export class NapCatOneBot11Adapter {
};
this.context.session.getBuddyService().addKernelBuddyListener(
new this.context.wrapper.NodeIBuddyListener(proxiedListenerOf(buddyListener, this.context.logger)),
new this.context.wrapper.NodeIKernelBuddyListener(proxiedListenerOf(buddyListener, this.context.logger)),
);
}