This commit is contained in:
手瓜一十雪
2024-08-11 23:39:25 +08:00
parent fb8e0595c2
commit 4a531ccea1

View File

@@ -319,7 +319,7 @@ export class NapCatOneBot11Adapter {
}; };
this.context.session.getGroupService().addKernelGroupListener( this.context.session.getGroupService().addKernelGroupListener(
new this.context.wrapper.NodeIGroupListener(proxiedListenerOf(groupListener, this.context.logger)), new this.context.wrapper.NodeIKernelGroupListener(proxiedListenerOf(groupListener, this.context.logger)),
); );
} }