Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MliKiowa committed Aug 11, 2024
1 parent fb8e059 commit 4a531cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/onebot/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ export class NapCatOneBot11Adapter {
};

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)),
);
}

Expand Down

0 comments on commit 4a531cc

Please sign in to comment.